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