How to Install and Uninstall perl-Object-InsideOut.noarch Package on Fedora 36
Last updated: January 15,2025
1. Install "perl-Object-InsideOut.noarch" package
This tutorial shows how to install perl-Object-InsideOut.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
perl-Object-InsideOut.noarch
Copied
2. Uninstall "perl-Object-InsideOut.noarch" package
This is a short guide on how to uninstall perl-Object-InsideOut.noarch on Fedora 36:
$
sudo dnf remove
perl-Object-InsideOut.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Object-InsideOut.noarch package on Fedora 36
Last metadata expiration check: 1:30:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Object-InsideOut
Version : 4.05
Release : 14.fc36
Architecture : noarch
Size : 133 k
Source : perl-Object-InsideOut-4.05-14.fc36.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.
Available Packages
Name : perl-Object-InsideOut
Version : 4.05
Release : 14.fc36
Architecture : noarch
Size : 133 k
Source : perl-Object-InsideOut-4.05-14.fc36.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.