How to Install and Uninstall perl-Object-InsideOut.noarch Package on Fedora 34

Last updated: September 22,2024

1. Install "perl-Object-InsideOut.noarch" package

This guide covers the steps necessary to install perl-Object-InsideOut.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Object-InsideOut.noarch

2. Uninstall "perl-Object-InsideOut.noarch" package

This guide let you learn how to uninstall perl-Object-InsideOut.noarch on Fedora 34:

$ sudo dnf remove perl-Object-InsideOut.noarch $ sudo dnf autoremove

3. Information about the perl-Object-InsideOut.noarch package on Fedora 34

Last metadata expiration check: 3:58:02 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Object-InsideOut
Version : 4.05
Release : 10.fc34
Architecture : noarch
Size : 134 k
Source : perl-Object-InsideOut-4.05-10.fc34.src.rpm
Repository : fedora
Summary : Comprehensive inside-out object support module
URL : https://metacpan.org/release/Object-InsideOut
License : GPL+ or Artistic
Description : This module provides comprehensive support for implementing classes using the
: inside-out object model.
:
: This module implements inside-out objects as anonymous scalar references that
: are blessed into a class with the scalar containing the ID for the object
: (usually a sequence number). Object data (i.e., fields) are stored within the
: class's package in either arrays indexed by the object's ID, or hashes keyed
: to the object's ID.