How to Install and Uninstall perl-DateTime-Format-Epoch.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "perl-DateTime-Format-Epoch.noarch" package

Please follow the guidelines below to install perl-DateTime-Format-Epoch.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-DateTime-Format-Epoch.noarch

2. Uninstall "perl-DateTime-Format-Epoch.noarch" package

This is a short guide on how to uninstall perl-DateTime-Format-Epoch.noarch on Rocky Linux 8:

$ sudo dnf remove perl-DateTime-Format-Epoch.noarch $ sudo dnf autoremove

3. Information about the perl-DateTime-Format-Epoch.noarch package on Rocky Linux 8

Last metadata expiration check: 0:47:28 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-DateTime-Format-Epoch
Version : 0.16
Release : 9.el8
Architecture : noarch
Size : 53 k
Source : perl-DateTime-Format-Epoch-0.16-9.el8.src.rpm
Repository : epel
Summary : Convert DateTimes to/from epoch seconds
URL : https://metacpan.org/release/DateTime-Format-Epoch
License : GPL+ or Artistic
Description : This module can convert a DateTime object (or any object that can be
: converted to a DateTime object) to the number of seconds since a given
: epoch. It can also do the reverse.