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