How to Install and Uninstall perl-TimeDate.src Package on Oracle Linux 9

Last updated: May 07,2024

1. Install "perl-TimeDate.src" package

This tutorial shows how to install perl-TimeDate.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-TimeDate.src

2. Uninstall "perl-TimeDate.src" package

Please follow the instructions below to uninstall perl-TimeDate.src on Oracle Linux 9:

$ sudo dnf remove perl-TimeDate.src $ sudo dnf autoremove

3. Information about the perl-TimeDate.src package on Oracle Linux 9

Last metadata expiration check: 3:12:25 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-TimeDate
Epoch : 1
Version : 2.33
Release : 6.el9
Architecture : src
Size : 41 k
Source : None
Repository : ol9_appstream
Summary : A Perl module for time and date manipulation
URL : https://metacpan.org/release/TimeDate
License : GPL+ or Artistic
Description : This module includes a number of smaller modules suited for
: manipulation of time and date strings with Perl. In particular, the
: Date::Format and Date::Parse modules can display and read times and
: dates in various formats, providing a more reliable interface to
: textual representations of points in time.