Fedora | Support |
---|---|
38 or before | Unsupported, please upgrade |
39 | Supported |
40 | Supported |
Rawhide | Supported |
The instructions work for all versions of Fedora.
The commands should be run as root, or prefixed with sudo
.
dnf install neomutt
Well done! You’ve just installed NeoMutt.
For years, this was the way to install NeoMutt. Now that NeoMutt is available to Fedora directly, the COPR install has been deprecated.
If you previously installed NeoMutt from the COPR, you can disable it by running:
dnf copr remove flatcap/neomutt
Once NeoMutt is installed, it will be updated automatically when you perform system updates. You can make that happen sooner by running:
dnf update
To completely remove NeoMutt from your system:
dnf remove neomutt
These instructions will help you install all the dependencies you’ll need to build NeoMutt from the source code.
git
.dnf install cyrus-sasl-devel docbook-dtds docbook-style-xsl elinks gcc
dnf install gdbm-devel gettext-devel git gnutls-devel gpgme-devel krb5-devel
dnf install libdb-devel libidn2-devel libtdb-devel libxslt libzstd-devel
dnf install lmdb-devel lua lua-devel lynx lz4-devel ncurses-devel notmuch-devel
dnf install qdbm-devel redhat-rpm-config slang-devel sqlite sqlite-devel tar tcl
dnf install tokyocabinet-devel w3m
Now you can follow the guide for building NeoMutt.
These instructions will help you install all the dependencies you’ll need to debug NeoMutt.
dnf install cgdb
dnf debuginfo-install bzip2-libs cyrus-sasl-lib glib2 gmime gmp gnutls gpgme
dnf debuginfo-install keyutils-libs krb5-libs libassuan libblkid
dnf debuginfo-install libcom_err libcrypt-nss libffi libgcc libgpg-error
dnf debuginfo-install libidn2 libmount libselinux libstdc++ libtalloc libtasn1
dnf debuginfo-install libunistring libuuid lmdb-libs lzo ncurses-libs nettle
dnf debuginfo-install notmuch nss-softokn-freebl p11-kit pcre pcre2 tokyocabinet
dnf debuginfo-install xapian-core-libs xz-libs zlib
Now you can follow the guide for debugging NeoMutt.
cgdb
may suggest installing more debuginfo packages.
Instructions last checked: 2023-04-19 by @flatcap