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

Last updated: November 02,2024

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

Please follow the step by step instructions below to install perl-DateTime-Format-Epoch.noarch on AlmaLinux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-DateTime-Format-Epoch.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:07:58 ago on Mon Sep 5 03:22:42 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.