Install needrestart-session
Installing needrestart-session package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install needrestart-session
needrestart-session package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | needrestart-session |
version | 0.3-2 |
description | check for processes need to be restarted in user sessions |
subsection | admin |
website | github.com / liske / needrestart-session |
maintainer | Patrick Matthäi |
Uninstall needrestart-session
To remove just needrestart-session package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove needrestart-session
Uninstall needrestart-session and it’s dependent packages
To remove the needrestart-session package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove needrestart-session
Purging needrestart-session
If you also want to delete configuration and/or data files of needrestart-session from Debian Sid then this will work:
sudo apt-get purge needrestart-session
To delete configuration and/or data files of needrestart-session and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove needrestart-session