How to Install and Uninstall perl-Variable-Magic.x86_64 Package on Fedora 35

Last updated: October 09,2024

1. Install "perl-Variable-Magic.x86_64" package

Please follow the guidance below to install perl-Variable-Magic.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Variable-Magic.x86_64

2. Uninstall "perl-Variable-Magic.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Variable-Magic.x86_64 on Fedora 35:

$ sudo dnf remove perl-Variable-Magic.x86_64 $ sudo dnf autoremove

3. Information about the perl-Variable-Magic.x86_64 package on Fedora 35

Last metadata expiration check: 5:29:52 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Variable-Magic
Version : 0.62
Release : 14.fc35
Architecture : x86_64
Size : 53 k
Source : perl-Variable-Magic-0.62-14.fc35.src.rpm
Repository : fedora
Summary : Associate user-defined magic to variables from Perl
URL : https://metacpan.org/release/Variable-Magic
License : GPL+ or Artistic
Description : Magic is Perl way of enhancing objects. This mechanism let the user add
: extra data to any variable and hook syntactical operations (such as access,
: assignation or destruction) that can be applied to it. With this module,
: you can add your own magic to any variable without the pain of the C API.