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

Last updated: April 28,2024

1. Install "perl-Date-Manip.noarch" package

This guide covers the steps necessary to install perl-Date-Manip.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-Date-Manip.noarch

2. Uninstall "perl-Date-Manip.noarch" package

This guide covers the steps necessary to uninstall perl-Date-Manip.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-Date-Manip.noarch $ sudo yum autoremove

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

Installed Packages
Name : perl-Date-Manip
Arch : noarch
Version : 6.41
Release : 2.el7
Size : 12 M
Repo : installed
From repo : base
Summary : Date manipulation routines
URL : http://search.cpan.org/dist/Date-Manip/
License : GPL+ or Artistic
Description : Date::Manip is a series of modules designed to make any common
: date/time operation easy to do. Operations such as comparing two
: times, determining a data a given amount of time from another, or
: parsing international times are all easily done. It deals with
: time as it is used in the Gregorian calendar (the one currently in
: use) with full support for time changes due to daylight saving
: time.