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