How to Install and Uninstall python3-holidays.noarch Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "python3-holidays.noarch" package

In this section, we are going to explain the necessary steps to install python3-holidays.noarch on Rocky Linux 8

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

2. Uninstall "python3-holidays.noarch" package

This guide let you learn how to uninstall python3-holidays.noarch on Rocky Linux 8:

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

3. Information about the python3-holidays.noarch package on Rocky Linux 8

Last metadata expiration check: 1:06:19 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-holidays
Version : 0.9.12
Release : 2.el8
Architecture : noarch
Size : 89 k
Source : python-holidays-0.9.12-2.el8.src.rpm
Repository : epel
Summary : Generate and work with holidays in Python
URL : https://github.com/dr-prodigy/python-holidays
License : MIT
Description : A fast, efficient Python library for generating country, province and state
: specific sets of holidays on the fly. It aims to make determining whether a
: specific date is a holiday as fast and flexible as possible.