How to Install and Uninstall perl-Opcode.x86_64 Package on Fedora 38

Last updated: November 30,2024

1. Install "perl-Opcode.x86_64" package

Please follow the instructions below to install perl-Opcode.x86_64 on Fedora 38

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

2. Uninstall "perl-Opcode.x86_64" package

Please follow the guidelines below to uninstall perl-Opcode.x86_64 on Fedora 38:

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

3. Information about the perl-Opcode.x86_64 package on Fedora 38

Last metadata expiration check: 0:27:21 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Opcode
Version : 1.57
Release : 498.fc38
Architecture : x86_64
Size : 37 k
Source : perl-5.36.3-498.fc38.src.rpm
Repository : updates
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.