How to Install and Uninstall perl-Errno.x86_64 Package on Rocky Linux 8

Last updated: July 05,2024

1. Install "perl-Errno.x86_64" package

Please follow the instructions below to install perl-Errno.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Errno.x86_64

2. Uninstall "perl-Errno.x86_64" package

Please follow the steps below to uninstall perl-Errno.x86_64 on Rocky Linux 8:

$ sudo dnf remove perl-Errno.x86_64 $ sudo dnf autoremove

3. Information about the perl-Errno.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:20:24 ago on Mon Sep 12 10:27:18 2022.
Installed Packages
Name : perl-Errno
Version : 1.28
Release : 421.el8
Architecture : x86_64
Size : 9.3 k
Source : perl-5.26.3-421.el8.src.rpm
Repository : @System
From repo : baseos
Summary : System errno constants
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : "Errno" defines and conditionally exports all the error constants defined in
: your system "errno.h" include file. It has a single export tag, ":POSIX",
: which will export all POSIX defined error numbers.