Install libnetcdf-c++4-dbg
Installing libnetcdf-c++4-dbg 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-dbg
libnetcdf-c++4-dbg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libnetcdf-c++4-dbg |
version | 4.2.1-4 |
description | debugging symbols for NetCDF C++ |
subsection | debug |
website | unidata.ucar.edu / software / netcdf / |
maintainer | Debian GIS Project |
Uninstall libnetcdf-c++4-dbg
To remove just libnetcdf-c++4-dbg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libnetcdf-c++4-dbg
Uninstall libnetcdf-c++4-dbg and it’s dependent packages
To remove the libnetcdf-c++4-dbg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libnetcdf-c++4-dbg
Purging libnetcdf-c++4-dbg
If you also want to delete configuration and/or data files of libnetcdf-c++4-dbg from Debian Sid then this will work:
sudo apt-get purge libnetcdf-c++4-dbg
To delete configuration and/or data files of libnetcdf-c++4-dbg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libnetcdf-c++4-dbg