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

Last updated: January 13,2025

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

Here is a brief guide to show you how to install perl-Object-InsideOut.noarch on Fedora 38

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

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

Please follow the guidance below to uninstall perl-Object-InsideOut.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:49:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Object-InsideOut
Version : 4.05
Release : 18.fc38
Architecture : noarch
Size : 137 k
Source : perl-Object-InsideOut-4.05-18.fc38.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.