Install mugshot
Installing mugshot package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mugshot
mugshot package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mugshot |
version | 0.2.5-1 |
description | lightweight user-configuration application |
subsection | python |
website | launchpad.net / mugshot |
maintainer | Python Applications Packaging Team |
Uninstall mugshot
To remove just mugshot package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mugshot
Uninstall mugshot and it’s dependent packages
To remove the mugshot package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mugshot
Purging mugshot
If you also want to delete configuration and/or data files of mugshot from Debian Sid then this will work:
sudo apt-get purge mugshot
To delete configuration and/or data files of mugshot and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mugshot