Install libnetcdff-doc
Installing libnetcdff-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libnetcdff-doc
libnetcdff-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnetcdff-doc |
version | 4.4.3-2 |
description | NetCDF Fortran documentation |
subsection | doc |
website | unidata.ucar.edu / software / netcdf / |
maintainer | Debian GIS Project |
Uninstall libnetcdff-doc
To remove just libnetcdff-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnetcdff-doc
Uninstall libnetcdff-doc and it’s dependent packages
To remove the libnetcdff-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnetcdff-doc
Purging libnetcdff-doc
If you also want to delete configuration and/or data files of libnetcdff-doc from Debian Sid then this will work:
sudo apt-get purge libnetcdff-doc
To delete configuration and/or data files of libnetcdff-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnetcdff-doc