Install rsh-client
Installing rsh-client package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install rsh-client
rsh-client package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | rsh-client |
version | 0.17-15 |
description | client programs for remote shell connections |
subsection | net |
maintainer | Alberto Gonzalez Iniesta |
Uninstall rsh-client
To remove just rsh-client package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove rsh-client
Uninstall rsh-client and it’s dependent packages
To remove the rsh-client package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove rsh-client
Purging rsh-client
If you also want to delete configuration and/or data files of rsh-client from Debian Sid then this will work:
sudo apt-get purge rsh-client
To delete configuration and/or data files of rsh-client and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove rsh-client