Install telnet-ssl
Installing telnet-ssl package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install telnet-ssl
telnet-ssl package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | telnet-ssl |
version | 0.17.40+0.2-2 |
description | telnet client with SSL encryption support |
subsection | net |
maintainer | Mats Erik Andersson |
Uninstall telnet-ssl
To remove just telnet-ssl package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove telnet-ssl
Uninstall telnet-ssl and it’s dependent packages
To remove the telnet-ssl package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove telnet-ssl
Purging telnet-ssl
If you also want to delete configuration and/or data files of telnet-ssl from Debian Sid then this will work:
sudo apt-get purge telnet-ssl
To delete configuration and/or data files of telnet-ssl and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove telnet-ssl