How to Install and Uninstall notmuch-devel.x86_64 Package on AlmaLinux 9

Last updated: October 10,2024

1. Install "notmuch-devel.x86_64" package

Please follow the step by step instructions below to install notmuch-devel.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install notmuch-devel.x86_64

2. Uninstall "notmuch-devel.x86_64" package

This guide let you learn how to uninstall notmuch-devel.x86_64 on AlmaLinux 9:

$ sudo dnf remove notmuch-devel.x86_64 $ sudo dnf autoremove

3. Information about the notmuch-devel.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:02:42 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : notmuch-devel
Version : 0.36
Release : 5.el9
Architecture : x86_64
Size : 51 k
Source : notmuch-0.36-5.el9.src.rpm
Repository : epel
Summary : Development libraries and header files for the Notmuch library
URL : https://notmuchmail.org/
License : GPLv3+
Description : Notmuch-devel contains the development libraries and header files for
: Notmuch email program. These libraries and header files are
: necessary if you plan to do development using Notmuch.
:
: Install notmuch-devel if you are developing C programs which will use the
: Notmuch library. You'll also need to install the notmuch package.