How to Install and Uninstall python3-irc.noarch Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "python3-irc.noarch" package

Please follow the step by step instructions below to install python3-irc.noarch on AlmaLinux 9

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

2. Uninstall "python3-irc.noarch" package

Please follow the instructions below to uninstall python3-irc.noarch on AlmaLinux 9:

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

3. Information about the python3-irc.noarch package on AlmaLinux 9

Last metadata expiration check: 0:44:44 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-irc
Version : 20.1.0
Release : 3.el9
Architecture : noarch
Size : 85 k
Source : python-irc-20.1.0-3.el9.src.rpm
Repository : epel
Summary : Full-featured Python IRC library for Python
URL : https://github.com/jaraco/irc
License : MIT
Description : This library provides a low-level implementation of the IRC protocol for
: Python. It provides an event-driven IRC client framework. It has a fairly
: thorough support for the basic IRC protocol, CTCP, and DCC connections.