Installation

How you install Mutt depends on several factors.

  • which operating system you want to run it on
  • like a billion other factors.
  • whatever, I'll just pick a few ways to install it and describe them.
  • oh, one more thing: for some of these platforms, i can't know if you happen to have curl or fetch or links or lynx or wget or whatever installed, so uh, good luck.

    FreeBSD:

    Source:

    mkdir /work
    cd /work
    fetch ftp://ftp.mutt.org/mutt/mutt-1.4.1i.tar.gz
    tar xvzf mutt-1.4.1i.tar.gz
    cd mutt-1.4.1i
    ./configure
    make
    make install
    

    Package:

    pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.8-RELEASE/packages/mail/mutt-1.4.1.tgz
    

    Ports tree:

    cd /usr/ports/mail/mutt
    make install
    

    Linux:

    Source:

    mkdir /work
    cd /work
    curl -o mutt-1.4.1i.tar.gz ftp://ftp.mutt.org/mutt/mutt-1.4.1i.tar.gz
    tar xvzf mutt-1.4.1i.tar.gz
    cd mutt-1.4.1i
    ./configure
    make
    make install
    

    RPM:

    
    

    Source RPM:

    
    

    OpenBSD:

    Source:

    mkdir /work
    cd /work
    fetch ftp://ftp.mutt.org/mutt/mutt-1.4.1i.tar.gz
    tar xvzf mutt-1.4.1i.tar.gz
    cd mutt-1.4.1i
    ./configure
    make
    make install
    

    Package:

    pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.3/packages/i386/mutt-1.4.1i.tgz
    

    Ports tree:

    cd /usr/ports/mail/mutt
    make install
    

    Mac OS X:

    darwinports:

    
    

    fink:

    
    

    NetBSD:

    Source:

    mkdir /work
    cd /work
    curl -o mutt-1.4.1i.tar.gz ftp://ftp.mutt.org/mutt/mutt-1.4.1i.tar.gz
    tar xvzf mutt-1.4.1i.tar.gz
    cd mutt-1.4.1i
    ./configure
    make
    make install
    

    Package:

    
    

    pkgsrc tree:

    cd /usr/pkgsrc/mail/mutt
    make install
    

    Solaris:

    Source:

    mkdir /work
    cd /work
    curl -o mutt-1.4.1i.tar.gz ftp://ftp.mutt.org/mutt/mutt-1.4.1i.tar.gz
    tar xvzf mutt-1.4.1i.tar.gz
    cd mutt-1.4.1i
    ./configure
    make
    make install
    

    win32:

    Standalone:

    
    

    From Cygwin:

    
    





    Made with vi(1)