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