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

Last updated: December 12,2024

1. Install "notmuch-devel.x86_64" package

Please follow the guidance below to install notmuch-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "notmuch-devel.x86_64" package

Here is a brief guide to show you how to uninstall notmuch-devel.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:25:41 ago on Fri Feb 16 06:49:52 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.