Install ncl-ncarg
Installing ncl-ncarg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ncl-ncarg
ncl-ncarg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ncl-ncarg |
version | 6.3.0-8+b2 |
description | NCAR Command Language and NCAR graphics |
subsection | science |
website | ncl.ucar.edu |
maintainer | Alastair McKinstry |
Uninstall ncl-ncarg
To remove just ncl-ncarg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ncl-ncarg
Uninstall ncl-ncarg and it’s dependent packages
To remove the ncl-ncarg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ncl-ncarg
Purging ncl-ncarg
If you also want to delete configuration and/or data files of ncl-ncarg from Debian Sid then this will work:
sudo apt-get purge ncl-ncarg
To delete configuration and/or data files of ncl-ncarg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ncl-ncarg