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

Last updated: November 01,2024

1. Install "python3-holidays.noarch" package

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

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

2. Uninstall "python3-holidays.noarch" package

This guide covers the steps necessary to uninstall python3-holidays.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:57:46 ago on Mon Sep 5 03:22:42 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.