How to Install and Uninstall perl-DateTime-Precise.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "perl-DateTime-Precise.noarch" package

Here is a brief guide to show you how to install perl-DateTime-Precise.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-DateTime-Precise.noarch

2. Uninstall "perl-DateTime-Precise.noarch" package

Please follow the guidelines below to uninstall perl-DateTime-Precise.noarch on Fedora 34:

$ sudo dnf remove perl-DateTime-Precise.noarch $ sudo dnf autoremove

3. Information about the perl-DateTime-Precise.noarch package on Fedora 34

Last metadata expiration check: 4:32:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-DateTime-Precise
Version : 1.05
Release : 40.fc34
Architecture : noarch
Size : 48 k
Source : perl-DateTime-Precise-1.05-40.fc34.src.rpm
Repository : fedora
Summary : Perform common time and date operations with additional GPS operations
URL : https://metacpan.org/release/DateTime-Precise
License : Public Domain
Description : The purpose of this library was to replace our dependence on Unix epoch time,
: which, being limited to a range of about 1970 to 2030, is inadequate for our
: purposes (we have data as old as 1870). This date library effectively handles
: dates from A.D. 1000 to infinity, and would probably work all the way back to 0
: (ignoring, of course, the switch-over to the Gregorian calendar). The useful
: features of Unix epoch time (ease of date difference calculation and date
: comparison, strict ordering) are preserved, and elements such as
: human-legibility are added. The library handles fractional seconds and some
: date/time manipulations used for the Global Positioning Satellite system.