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