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