How to Install and Uninstall notmuch-devel.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "notmuch-devel.x86_64" package

Please follow the step by step instructions below to install notmuch-devel.x86_64 on CentOS Stream 8

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

2. Uninstall "notmuch-devel.x86_64" package

Please follow the guidelines below to uninstall notmuch-devel.x86_64 on CentOS Stream 8:

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

3. Information about the notmuch-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:09:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : notmuch-devel
Version : 0.35
Release : 2.el8
Architecture : x86_64
Size : 61 k
Source : notmuch-0.35-2.el8.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.