How To Install imapfilter on Fedora 34
Introduction
In this tutorial we learn how to install imapfilter
on Fedora 34.
What is imapfilter
IMAPFilter is a mail filtering utility. It connects to remote mail servers using the Internet Message Access Protocol (IMAP), sends searching queries to the server and processes mailboxes based on the results. It can be used to delete, copy, move, flag, etc. messages residing in mailboxes at the same or different mail servers. The 4rev1 and 4 versions of the IMAP protocol are supported.
We can use yum
or dnf
to install imapfilter
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install imapfilter.
Install imapfilter on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install imapfilter
using dnf
by running the following command:
Install imapfilter on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install imapfilter
using yum
by running the following command:
How To Uninstall imapfilter on Fedora 34
To uninstall only the imapfilter
package we can use the following command:
imapfilter Package Contents on Fedora 34
References
Summary
In this tutorial we learn how to install imapfilter
on Fedora 34 using yum and dnf.