Tuto:Désinstaller un logiciel et ses fichiers
De Matrices
Aide
{{#if:| {{{1}}}
}}Tuto:Désinstaller un logiciel et ses fichiers
- Uninstall just simple-scan
sudo apt-get remove simple-scan
This will remove just the simple-scan package itself.
- Uninstall simple-scan and its dependencies
sudo apt-get remove --auto-remove simple-scan
This will remove the simple-scan package and any other dependant packages which are no longer needed.
- Purging your config/data too
If you also want to delete your local/config files for simple-scan then this will work.
sudo apt-get purge simple-scan
Or similarly, like this simple-scan
sudo apt-get purge --auto-remove simple-scan
- Autres exemples
sudo apt-get remove --purge hplip
sudo apt autoremove
- source
http://installion.co.uk/ubuntu/vivid/main/s/simple-scan/uninstall/index.html https://forum.ubuntu-fr.org/viewtopic.php?id=1578051