Install nexus-tools
Installing nexus-tools package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nexus-tools
nexus-tools package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nexus-tools |
version | 4.3.2-svn1921-3 |
description | NeXus scientific data file format – applications |
subsection | science |
website | nexusformat.org |
maintainer | Debian QA Group |
Uninstall nexus-tools
To remove just nexus-tools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nexus-tools
Uninstall nexus-tools and it’s dependent packages
To remove the nexus-tools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nexus-tools
Purging nexus-tools
If you also want to delete configuration and/or data files of nexus-tools from Debian Sid then this will work:
sudo apt-get purge nexus-tools
To delete configuration and/or data files of nexus-tools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nexus-tools