How to Install and Uninstall perl-Time-Piece.x86_64 Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "perl-Time-Piece.x86_64" package

Please follow the guidance below to install perl-Time-Piece.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Time-Piece.x86_64

2. Uninstall "perl-Time-Piece.x86_64" package

This is a short guide on how to uninstall perl-Time-Piece.x86_64 on Oracle Linux 8:

$ sudo dnf remove perl-Time-Piece.x86_64 $ sudo dnf autoremove

3. Information about the perl-Time-Piece.x86_64 package on Oracle Linux 8

Last metadata expiration check: 5:13:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Time-Piece
Version : 1.31
Release : 421.el8
Architecture : x86_64
Size : 98 k
Source : perl-5.26.3-421.el8.src.rpm
Repository : ol8_appstream
Summary : Time objects from localtime and gmtime
URL : http://www.perl.org/
License : (GPL+ or Artistic) and BSD
Description : The Time::Piece module replaces the standard localtime and gmtime functions
: with implementations that return objects. It does so in a backwards compatible
: manner, so that using localtime or gmtime as documented in perlfunc still
: behave as expected.