I wonder what difference there is between source and package at the top left corner here: http://packages.ubuntu.com/en/utopic/devel/gcc
It says:
- Source: gcc-defaults
- Package: gcc
I am aware of what the source of a program is, but here I am confused.
I don't know what to do if for instance I want to install gfortran:
http://packages.ubuntu.com/en/utopic/gfortran
It says the same :
- Source: gcc-defaults
- Package: gfortran
A sudo apt-get install gfortran
simply doesn't work, while sudo apt-get install gcc
does.
sudo apt-get install gfortran
should worked. Post output. – Pandya Nov 10 '14 at 17:06E: Unable to locate package gfortran
– bela83 Nov 11 '14 at 08:18sudo apt-get install gcc
work and notsudo apt-get install gfortran
? I hope I'm not missing any point. – bela83 Nov 11 '14 at 17:35