Install titantools
Installing titantools package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install titantools
titantools package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | titantools |
version | 4.0.11+notdfsg1-5 |
description | Tools to secure bastion hosts |
subsection | admin |
maintainer | Javier Fernandez-Sanguino Pen~a |
Uninstall titantools
To remove just titantools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove titantools
Uninstall titantools and it’s dependent packages
To remove the titantools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove titantools
Purging titantools
If you also want to delete configuration and/or data files of titantools from Debian Sid then this will work:
sudo apt-get purge titantools
To delete configuration and/or data files of titantools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove titantools