How to Install and Uninstall perl-Lexical-Var.x86_64 Package on Oracle Linux 8

Last updated: May 17,2024

1. Install "perl-Lexical-Var.x86_64" package

This tutorial shows how to install perl-Lexical-Var.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Lexical-Var.x86_64

2. Uninstall "perl-Lexical-Var.x86_64" package

This guide covers the steps necessary to uninstall perl-Lexical-Var.x86_64 on Oracle Linux 8:

$ sudo dnf remove perl-Lexical-Var.x86_64 $ sudo dnf autoremove

3. Information about the perl-Lexical-Var.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:27:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Lexical-Var
Version : 0.009
Release : 21.el8
Architecture : x86_64
Size : 35 k
Source : perl-Lexical-Var-0.009-21.el8.src.rpm
Repository : epel
Summary : Static variables without name space pollution
URL : https://metacpan.org/release/Lexical-Var
License : GPL+ or Artistic
Description : This module implements lexical scoping of static variables and subroutines.
: Although it can be used directly, it is mainly intended to be
: infrastructure for modules that manage name spaces.