Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mutt on Debian Unstable (Sid)


Install mutt

Installing mutt package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mutt

mutt package information

distro Debian Unstable (Sid)
section Main
name mutt
version 1.5.24-1+b1
description text-based mailreader supporting MIME, GPG, PGP and threading
subsection mail
website mutt.org
maintainer Antonio Radici

Uninstall mutt

To remove just mutt package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mutt

Uninstall mutt and it’s dependent packages

To remove the mutt package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mutt

Purging mutt

If you also want to delete configuration and/or data files of mutt from Debian Sid then this will work:

sudo apt-get purge mutt

To delete configuration and/or data files of mutt and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mutt

Comments

comments