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

Last updated: October 03,2024

1. Install "python3-icalendar.noarch" package

In this section, we are going to explain the necessary steps to install python3-icalendar.noarch on AlmaLinux 9

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

2. Uninstall "python3-icalendar.noarch" package

This guide covers the steps necessary to uninstall python3-icalendar.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:23:07 ago on Wed Mar 13 07:41:12 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.\