How to Install and Uninstall perl-Time-Piece.x86_64 Package on Rocky Linux 9

Last updated: September 22,2024

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

In this section, we are going to explain the necessary steps to install perl-Time-Piece.x86_64 on Rocky Linux 9

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

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

This guide covers the steps necessary to uninstall perl-Time-Piece.x86_64 on Rocky Linux 9:

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

3. Information about the perl-Time-Piece.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:06:13 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Time-Piece
Version : 1.3401
Release : 480.el9
Architecture : x86_64
Size : 41 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : appstream
Summary : Time objects from localtime and gmtime
URL : https://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.