How to Install and Uninstall python3-icalendar.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 16,2024

1. Install "python3-icalendar.noarch" package

This guide let you learn how to install python3-icalendar.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-icalendar.noarch" package

This guide let you learn how to uninstall python3-icalendar.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-icalendar.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:42:23 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-icalendar
Version : 5.0.11
Release : 1.el9
Architecture : noarch
Size : 164 k
Source : python-icalendar-5.0.11-1.el9.src.rpm
Repository : epel
Summary : Parser/generator of iCalendar files following the RFC 2445 for Python 3
URL : http://pypi.python.org/pypi/icalendar
License : BSD-2-Clause
Description : iCalendar specification (RFC 2445) defines calendaring format used\
: by many applications (Zimbra, Thunderbird and others). This\
: module is a parser/generator of iCalendar files for use with\
: Python. It follows the RFC 2445 (iCalendar) specification.\
: The aim is to make a package that is fully compliant with RFC 2445,\
: well designed, simple to use and well documented.\