How to Install and Uninstall python3-dateutils.noarch Package on CentOS 8 / RHEL 8

Last updated: October 07,2024

1. Install "python3-dateutils.noarch" package

Please follow the instructions below to install python3-dateutils.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-dateutils.noarch" package

This guide covers the steps necessary to uninstall python3-dateutils.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-dateutils.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:49:41 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-dateutils
Version : 0.6.8
Release : 3.el8
Architecture : noarch
Size : 13 k
Source : python-dateutils-0.6.8-3.el8.src.rpm
Repository : epel
Summary : Various utilities for working with date and datetime objects
URL : https://github.com/jmcantrell/python-dateutils
License : Public Domain
Description : This package is providing more complex arithmetic operations on dates/times.
: Heavy use is made of the relativedelta type from the dateutil library. Much
: of this package is just a light wrapper on top of this with some added
: features such as range generation and business day calculation.