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

Last updated: September 28,2024

1. Install "perl-autobox.x86_64" package

This tutorial shows how to install perl-autobox.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-autobox.x86_64

2. Uninstall "perl-autobox.x86_64" package

Here is a brief guide to show you how to uninstall perl-autobox.x86_64 on Fedora 36:

$ sudo dnf remove perl-autobox.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:55:45 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-autobox
Version : 3.0.1
Release : 15.fc36
Architecture : x86_64
Size : 42 k
Source : perl-autobox-3.0.1-15.fc36.src.rpm
Repository : fedora
Summary : Call methods on native types
URL : https://metacpan.org/release/autobox
License : Artistic 2.0
Description : The autobox pragma allows methods to be called on integers, floats,
: strings, arrays, hashes, and code references in exactly the same manner as
: blessed references.