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

Last updated: October 06,2024

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

Please follow the step by step instructions below to install perl-Lexical-Var.x86_64 on Fedora 38

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

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

This tutorial shows how to uninstall perl-Lexical-Var.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 0:01:34 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Lexical-Var
Version : 0.009
Release : 31.fc38
Architecture : x86_64
Size : 31 k
Source : perl-Lexical-Var-0.009-31.fc38.src.rpm
Repository : fedora
Summary : Static variables without name space pollution
URL : https://metacpan.org/release/Lexical-Var
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.