How to Install and Uninstall perl-Opcode.x86_64 Package on Oracle Linux 9
Last updated: November 16,2024
1. Install "perl-Opcode.x86_64" package
This tutorial shows how to install perl-Opcode.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Opcode.x86_64
Copied
2. Uninstall "perl-Opcode.x86_64" package
Here is a brief guide to show you how to uninstall perl-Opcode.x86_64 on Oracle Linux 9:
$
sudo dnf remove
perl-Opcode.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Opcode.x86_64 package on Oracle Linux 9
Last metadata expiration check: 0:57:15 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Opcode
Version : 1.48
Release : 480.el9
Architecture : x86_64
Size : 42 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_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.
Available Packages
Name : perl-Opcode
Version : 1.48
Release : 480.el9
Architecture : x86_64
Size : 42 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_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.