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

Last updated: May 07,2024

1. Install "python3-dateutils.noarch" package

In this section, we are going to explain the necessary steps to install python3-dateutils.noarch on Fedora 34

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

2. Uninstall "python3-dateutils.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-dateutils.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:35:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-dateutils
Version : 0.6.8
Release : 4.fc34
Architecture : noarch
Size : 14 k
Source : python-dateutils-0.6.8-4.fc34.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.