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

Last updated: October 07,2024

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

Learn how to install perl-Variable-Magic.x86_64 on Fedora 34

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

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

Please follow the step by step instructions below to uninstall perl-Variable-Magic.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:29:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Variable-Magic
Version : 0.62
Release : 12.fc34
Architecture : x86_64
Size : 54 k
Source : perl-Variable-Magic-0.62-12.fc34.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.