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

Last updated: April 26,2024

1. Install "perl-Opcode.x86_64" package

Please follow the guidelines below to install perl-Opcode.x86_64 on Rocky Linux 9

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

2. Uninstall "perl-Opcode.x86_64" package

This guide let you learn how to uninstall perl-Opcode.x86_64 on Rocky Linux 9:

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

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

Last metadata expiration check: 0:17:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Opcode
Version : 1.48
Release : 480.el9
Architecture : x86_64
Size : 36 k
Source : perl-5.32.1-480.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.