How to Install and Uninstall python3-timelib.x86_64 Package on Fedora 39

Last updated: October 13,2024

1. Install "python3-timelib.x86_64" package

In this section, we are going to explain the necessary steps to install python3-timelib.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-timelib.x86_64

2. Uninstall "python3-timelib.x86_64" package

This guide let you learn how to uninstall python3-timelib.x86_64 on Fedora 39:

$ sudo dnf remove python3-timelib.x86_64 $ sudo dnf autoremove

3. Information about the python3-timelib.x86_64 package on Fedora 39

Last metadata expiration check: 2:22:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-timelib
Version : 0.3.0
Release : 2.fc39
Architecture : x86_64
Size : 160 k
Source : python-timelib-0.3.0-2.fc39.src.rpm
Repository : updates
Summary : Parse english textual date descriptions
URL : https://github.com/pediapress/timelib/
License : Zlib AND PHP-3.01
Description : timelib is a short wrapper around php's internal timelib module. It currently
: only provides a few functions:timelib.strtodatetime:>>>
: timelib.strtodatetime("today") datetime.datetime(2009, 6, 23, 0, 0) >>>
: timelib.strtodatetime("today") datetime.datetime(2009, 6, 23, 0, 0) >>>
: timelib.strtodatetime("next friday") datetime.datetime(2009, 6, 26, 0, 0) >>>
: timelib.strtodatetime("29 feb 2008 -108...