Fulltext results:
- Cleanup Packages
- Purge uninstalled Packages ===== If a package is removed, it is only uninstalled, but the configuration remains on the system. This is a good thing, as you are able to reinstall the package and have it configured with th... ons | grep 'deinstall$' | cut -f1) </code> ===== Remove Orphans ===== If a packages is installed, al
- Disable a Service
- de bash> systemctl disable <service> </code> To (re)enable a service: <code bash> update-rc.d <serv
- init
- init script ("myscript"): update-rc.d myscript remove Further information can be found at [[http:/