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