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

Last updated: May 20,2024

1. Install "python3-timeunit.noarch" package

Learn how to install python3-timeunit.noarch on Fedora 38

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

2. Uninstall "python3-timeunit.noarch" package

Please follow the steps below to uninstall python3-timeunit.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:12:31 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-timeunit
Version : 1.1.0
Release : 11.fc38
Architecture : noarch
Size : 13 k
Source : python-timeunit-1.1.0-11.fc38.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.