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

Last updated: September 20,2024

1. Install "python3-dateutils.noarch" package

This tutorial shows how to install python3-dateutils.noarch on Rocky Linux 8

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

2. Uninstall "python3-dateutils.noarch" package

Please follow the instructions below to uninstall python3-dateutils.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:58:03 ago on Mon Sep 12 10:27:18 2022.
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.