How To Install perl-Cyrus on Fedora 36
Introduction
In this tutorial we learn how to install perl-Cyrus
on Fedora 36.
What is perl-Cyrus
This package contains Perl libraries used to interface with Cyrus IMAPd.
We can use yum
or dnf
to install perl-Cyrus
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Cyrus.
Install perl-Cyrus on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Cyrus
using dnf
by running the following command:
sudo dnf -y install perl-Cyrus
Install perl-Cyrus on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Cyrus
using yum
by running the following command:
sudo yum -y install perl-Cyrus
How To Uninstall perl-Cyrus on Fedora 36
To uninstall only the perl-Cyrus
package we can use the following command:
sudo dnf remove perl-Cyrus
perl-Cyrus Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/e0021d167114d573eccf8eb315a6b0abdfc673
/usr/lib/.build-id/79
/usr/lib/.build-id/79/a20b53674ab4400893a36ad6e60b6c9a293984
/usr/lib64/perl5/vendor_perl/Cyrus
/usr/lib64/perl5/vendor_perl/Cyrus/IMAP
/usr/lib64/perl5/vendor_perl/Cyrus/IMAP.pm
/usr/lib64/perl5/vendor_perl/Cyrus/IMAP/Admin.pm
/usr/lib64/perl5/vendor_perl/Cyrus/IMAP/IMSP.pm
/usr/lib64/perl5/vendor_perl/Cyrus/IMAP/Shell.pm
/usr/lib64/perl5/vendor_perl/Cyrus/SIEVE
/usr/lib64/perl5/vendor_perl/Cyrus/SIEVE/managesieve.pm
/usr/lib64/perl5/vendor_perl/auto/Cyrus
/usr/lib64/perl5/vendor_perl/auto/Cyrus/Annotator
/usr/lib64/perl5/vendor_perl/auto/Cyrus/Annotator/Daemon
/usr/lib64/perl5/vendor_perl/auto/Cyrus/IMAP
/usr/lib64/perl5/vendor_perl/auto/Cyrus/IMAP/IMAP.so
/usr/lib64/perl5/vendor_perl/auto/Cyrus/SIEVE
/usr/lib64/perl5/vendor_perl/auto/Cyrus/SIEVE/managesieve
/usr/lib64/perl5/vendor_perl/auto/Cyrus/SIEVE/managesieve/managesieve.so
/usr/share/doc/perl-Cyrus
/usr/share/doc/perl-Cyrus/Changes
/usr/share/doc/perl-Cyrus/README
/usr/share/doc/perl-Cyrus/examples
/usr/share/doc/perl-Cyrus/examples/auditmbox.pl
/usr/share/doc/perl-Cyrus/examples/imapcollate.pl
/usr/share/doc/perl-Cyrus/examples/imapdu.pl
/usr/share/doc/perl-Cyrus/examples/test-imsp.pl
/usr/share/licenses/perl-Cyrus
/usr/share/licenses/perl-Cyrus/COPYING
/usr/share/man/man3/Cyrus::Annotator::Daemon.3pm.gz
/usr/share/man/man3/Cyrus::Annotator::Message.3pm.gz
/usr/share/man/man3/Cyrus::IMAP.3pm.gz
/usr/share/man/man3/Cyrus::IMAP::Admin.3pm.gz
/usr/share/man/man3/Cyrus::IMAP::IMSP.3pm.gz
/usr/share/man/man3/Cyrus::IMAP::Shell.3pm.gz
/usr/share/man/man3/Cyrus::SIEVE::managesieve.3pm.gz
/usr/share/perl5/vendor_perl/Cyrus
/usr/share/perl5/vendor_perl/Cyrus/Annotator
/usr/share/perl5/vendor_perl/Cyrus/Annotator/AnnotateInlinedCIDs.pm
/usr/share/perl5/vendor_perl/Cyrus/Annotator/Daemon.pm
/usr/share/perl5/vendor_perl/Cyrus/Annotator/Message.pm
References
Summary
In this tutorial we learn how to install perl-Cyrus
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).