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

Last updated: May 18,2024

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

This guide let you learn how to install perl-DateTime-Format-Epoch.noarch on Oracle Linux 8

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

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

Learn how to uninstall perl-DateTime-Format-Epoch.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 4:34:30 ago on Mon Sep 12 02:51:38 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.