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

Last updated: October 06,2024

1. Install "python3-holidays.noarch" package

Please follow the step by step instructions below to install python3-holidays.noarch on Oracle Linux 8

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

2. Uninstall "python3-holidays.noarch" package

Please follow the guidance below to uninstall python3-holidays.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:44:21 ago on Mon Sep 12 02:51:38 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.