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

Last updated: October 03,2024

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

This guide let you learn how to install perl-Variable-Magic.x86_64 on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 1:28:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Variable-Magic
Version : 0.63
Release : 2.fc38
Architecture : x86_64
Size : 54 k
Source : perl-Variable-Magic-0.63-2.fc38.src.rpm
Repository : fedora
Summary : Associate user-defined magic to variables from Perl
URL : https://metacpan.org/release/Variable-Magic
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.