How to Install and Uninstall perl-TimeDate.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "perl-TimeDate.noarch" package

This guide let you learn how to install perl-TimeDate.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-TimeDate.noarch

2. Uninstall "perl-TimeDate.noarch" package

This is a short guide on how to uninstall perl-TimeDate.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-TimeDate.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-TimeDate
Arch : noarch
Epoch : 1
Version : 2.30
Release : 2.el7
Size : 98 k
Repo : installed
From repo : base
Summary : A Perl module for time and date manipulation
URL : http://search.cpan.org/dist/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.