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.