How to Install and Uninstall perl-Opcode.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "perl-Opcode.x86_64" package

Please follow the guidance below to install perl-Opcode.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-Opcode.x86_64" package

Here is a brief guide to show you how to uninstall perl-Opcode.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Opcode.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:13:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Opcode
Version : 1.48
Release : 480.el9
Architecture : x86_64
Size : 39 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Disable named opcodes when compiling a perl code
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The Opcode module allows you to define an operator mask to be in effect when
: perl next compiles any code. Attempting to compile code which contains
: a masked opcode will cause the compilation to fail with an error. The code
: will not be executed.