Install nauty
Installing nauty package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nauty
nauty package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nauty |
version | 2.6r3+ds-2 |
description | library for graph automorphisms — interface and tools |
subsection | math |
website | pallini.di.uniroma1.it |
maintainer | Debian Science Maintainers |
Uninstall nauty
To remove just nauty package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nauty
Uninstall nauty and it’s dependent packages
To remove the nauty package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nauty
Purging nauty
If you also want to delete configuration and/or data files of nauty from Debian Sid then this will work:
sudo apt-get purge nauty
To delete configuration and/or data files of nauty and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nauty