How to Install and Uninstall python3-dateutils.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "python3-dateutils.noarch" package

Please follow the steps below to install python3-dateutils.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-dateutils.noarch" package

This tutorial shows how to uninstall python3-dateutils.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-dateutils.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:37:15 ago on Mon Feb 26 15:59:38 2024.
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.