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