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

Last updated: May 18,2024

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

Please follow the step by step instructions below to install perl-Variable-Magic.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall perl-Variable-Magic.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:58:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Variable-Magic
Version : 0.62
Release : 15.fc36
Architecture : x86_64
Size : 53 k
Source : perl-Variable-Magic-0.62-15.fc36.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.