How to Install and Uninstall python3-dateutils.noarch Package on Fedora 36

Last updated: July 05,2024

1. Install "python3-dateutils.noarch" package

Please follow the guidance below to install python3-dateutils.noarch on Fedora 36

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

2. Uninstall "python3-dateutils.noarch" package

This guide let you learn how to uninstall python3-dateutils.noarch on Fedora 36:

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

3. Information about the python3-dateutils.noarch package on Fedora 36

Last metadata expiration check: 3:44:49 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-dateutils
Version : 0.6.8
Release : 7.fc36
Architecture : noarch
Size : 14 k
Source : python-dateutils-0.6.8-7.fc36.src.rpm
Repository : fedora
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.