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