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

Last updated: October 07,2024

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

This is a short guide on how to install perl-Object-InsideOut.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Object-InsideOut.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:07:59 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Object-InsideOut
Version : 4.05
Release : 13.fc35
Architecture : noarch
Size : 133 k
Source : perl-Object-InsideOut-4.05-13.fc35.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.