How to install f77

Asked by Ambar Ghosal

sudo apt-get install f77
[sudo] password for ambar:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package f77

How to install ?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is F77? Do you have a link to a page detailing it please

Thanks

Revision history for this message
enubuntu (mr.tennents) said :
#2

Maybe this help:
http://ubuntuforums.org/showthread.php?t=209492

Search the package of the discussion in synaptic (for open synaptic: press ALT + CTRL + T enter and run 'sudo synaptic' )

You have to install the gfortran package, and compile a program with this command:
gfortran -o file file.for

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Link looks good dude :)

Revision history for this message
svens (svens) said :
#4

OR:

'sudo apt-cache search | grep fortran' or g77

then

'sudo apt-get install <one of the suitable package(s)>'

Or enable additional repos:

https://help.ubuntu.com/community/Repositories/Ubuntu
https://help.ubuntu.com/community/Repositories/CommandLine

Can you help with this problem?

Provide an answer of your own, or ask Ambar Ghosal for more information if necessary.

To post a message you must log in.