How to Install and Uninstall perl-Net-IMAP-Client.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "perl-Net-IMAP-Client.noarch" package

This tutorial shows how to install perl-Net-IMAP-Client.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Net-IMAP-Client.noarch

2. Uninstall "perl-Net-IMAP-Client.noarch" package

This tutorial shows how to uninstall perl-Net-IMAP-Client.noarch on Fedora 34:

$ sudo dnf remove perl-Net-IMAP-Client.noarch $ sudo dnf autoremove

3. Information about the perl-Net-IMAP-Client.noarch package on Fedora 34

Last metadata expiration check: 5:00:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Net-IMAP-Client
Version : 0.9505
Release : 8.fc34
Architecture : noarch
Size : 53 k
Source : perl-Net-IMAP-Client-0.9505-8.fc34.src.rpm
Repository : fedora
Summary : IMAP client library for Perl
URL : https://metacpan.org/release/Net-IMAP-Client
License : GPL+ or Artistic
Description : Net::IMAP::Client provides methods to access an IMAP server. It aims to
: provide a simple and clean API, while employing a rigorous parser for IMAP
: responses in order to create Perl data structures from them. The code is
: simple, clean and extensible.