How To Install Mutt?

How To Install Mutt?

mutt

Command-line email client.

Maintainer: Mutt maintainers



Section: mail

Install mutt

  • Debian apt-get install mutt Click to copy
  • Ubuntu apt-get install mutt Click to copy
  • Alpine OS apk add mutt Click to copy
  • Arch Linux pacman -S mutt Click to copy
  • Kali Linux apt-get install mutt Click to copy
  • CentOS yum install mutt Click to copy
  • Fedora dnf install mutt Click to copy
  • Raspbian apt-get install mutt Click to copy
  • macOS brew install mutt Click to copy

Command-line email client.

How to use mutt?

Below are few example commands for mutt that you can use in the terminal.

Open the specified mailbox:
mutt -f mailboxClick to copy
Send an email and specify a subject and a cc recipient:
mutt -s subject -c [email protected][email protected]Click to copy
Send an email with files attached:
mutt -a file1 file2 -- [email protected]Click to copy
Specify a file to include as the message body:
mutt -i file [email protected]Click to copy
Specify a draft file containing the header and the body of the message, in RFC 5322 format:
mutt -H file [email protected]Click to copy
To install the latest version of mutt in your favorite operating system just copy the mutt installation command from above and paste it into terminal. It will download and install the latest version of mutt 2024 package in your OS.