Install gfortran-4.9-doc
Installing gfortran-4.9-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install gfortran-4.9-doc
gfortran-4.9-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | gfortran-4.9-doc |
version | 4.9.2-2 |
description | documentation for the GNU Fortran Compiler (gfortran) |
subsection | doc |
website | gcc.gnu.org |
maintainer | Guo Yixuan (郭溢譞) |
Uninstall gfortran-4.9-doc
To remove just gfortran-4.9-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove gfortran-4.9-doc
Uninstall gfortran-4.9-doc and it’s dependent packages
To remove the gfortran-4.9-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove gfortran-4.9-doc
Purging gfortran-4.9-doc
If you also want to delete configuration and/or data files of gfortran-4.9-doc from Debian Sid then this will work:
sudo apt-get purge gfortran-4.9-doc
To delete configuration and/or data files of gfortran-4.9-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove gfortran-4.9-doc