How to Install and Uninstall python3-imapclient.noarch Package on Fedora 39

Last updated: January 08,2025

1. Install "python3-imapclient.noarch" package

This tutorial shows how to install python3-imapclient.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-imapclient.noarch

2. Uninstall "python3-imapclient.noarch" package

Here is a brief guide to show you how to uninstall python3-imapclient.noarch on Fedora 39:

$ sudo dnf remove python3-imapclient.noarch $ sudo dnf autoremove

3. Information about the python3-imapclient.noarch package on Fedora 39

Last metadata expiration check: 1:40:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-imapclient
Version : 2.3.1
Release : 1.fc39
Architecture : noarch
Size : 106 k
Source : python-imapclient-2.3.1-1.fc39.src.rpm
Repository : updates
Summary : Easy-to-use, Pythonic and complete IMAP client library
URL : https://github.com/mjs/imapclient
License : BSD-3-Clause
Description : IMAPClient is an easy-to-use, Pythonic and complete IMAP client library.
:
: Features:
: - Arguments and return values are natural Python types
: - IMAP server responses are fully parsed and readily usable
: - IMAP unique message IDs (UIDs) are handled transparently
: - Internationalised mailbox names are transparently handled
: - Time zones are correctly handled
: - Convenience methods are provided for commonly used functionality
: - Exceptions are raised when errors occur
:
: Python versions 3.7 through 3.11 are officially supported.
:
: IMAPClient includes comprehensive units tests and automated functional
: tests that can be run against a live IMAP server.