Install muttprofile
Installing muttprofile package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install muttprofile
muttprofile package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | muttprofile |
version | 1.0.1-5 |
description | utility to choose profiles in Mutt |
subsection | |
maintainer | Jari Aalto |
Uninstall muttprofile
To remove just muttprofile package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove muttprofile
Uninstall muttprofile and it’s dependent packages
To remove the muttprofile package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove muttprofile
Purging muttprofile
If you also want to delete configuration and/or data files of muttprofile from Debian Sid then this will work:
sudo apt-get purge muttprofile
To delete configuration and/or data files of muttprofile and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove muttprofile