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

Last updated: October 07,2024

1. Install "python3-timeunit.noarch" package

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

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

2. Uninstall "python3-timeunit.noarch" package

This guide covers the steps necessary to uninstall python3-timeunit.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:15:19 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-timeunit
Version : 1.1.0
Release : 5.fc34
Architecture : noarch
Size : 13 k
Source : python-timeunit-1.1.0-5.fc34.src.rpm
Repository : fedora
Summary : Python module providing utility methods to convert across time units
URL : https://github.com/Ralph-Wang/timeunit-python
License : MIT
Description :
: Based on java.util.concurrent.TimeUnit and timeunit in npm
: TimeUnit is a port of the public domain TimeUnit Java class by Doug Lea
: This class is the basis for java.util.concurrent.TimeUnit from JavaSE.
:
: A timeunit represents time durations at a given unit of granularity and
: provides utility methods to convert across units, and to perform delay
: operations in these units. A timeunit does not maintain time information,
: but only helps organize and use time representations that may be maintained
: separately across various contexts.
:
: A timeunit is mainly used to inform time-based methods how a given timing
: parameter should be interpreted.