How to Install and Uninstall perl-TimeDate.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "perl-TimeDate.noarch" package

Here is a brief guide to show you how to install perl-TimeDate.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-TimeDate.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-TimeDate.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-TimeDate.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:17:55 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-TimeDate
Epoch : 1
Version : 2.33
Release : 6.el9
Architecture : noarch
Size : 63 k
Source : perl-TimeDate-2.33-6.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.