How to Install and Uninstall perl-Opcode.x86_64 Package on CentOS Stream 9

Last updated: September 24,2024

1. Install "perl-Opcode.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Opcode.x86_64 on CentOS Stream 9

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

2. Uninstall "perl-Opcode.x86_64" package

Please follow the instructions below to uninstall perl-Opcode.x86_64 on CentOS Stream 9:

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

3. Information about the perl-Opcode.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:12:51 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-Opcode
Version : 1.48
Release : 481.el9
Architecture : x86_64
Size : 36 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : appstream
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.