How To Install dovecot-pigeonhole on AlmaLinux 8
Introduction
In this tutorial we learn how to install dovecot-pigeonhole on AlmaLinux 8.
What is dovecot-pigeonhole
This package provides sieve and managesieve plug-in for dovecot LDA.
We can use yum or dnf to install dovecot-pigeonhole on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install dovecot-pigeonhole.
Install dovecot-pigeonhole on AlmaLinux 8 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install dovecot-pigeonhole using dnf by running the following command:
sudo dnf -y install dovecot-pigeonhole
Install dovecot-pigeonhole on AlmaLinux 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install dovecot-pigeonhole using yum by running the following command:
sudo yum -y install dovecot-pigeonhole
How To Uninstall dovecot-pigeonhole on AlmaLinux 8
To uninstall only the dovecot-pigeonhole package we can use the following command:
sudo dnf remove dovecot-pigeonhole
References
Summary
In this tutorial we learn how to install dovecot-pigeonhole on AlmaLinux 8 using yum and dnf.