How to Install and Uninstall perl-Object-ID.noarch Package on Fedora 36

Last updated: May 19,2024

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

This guide let you learn how to install perl-Object-ID.noarch on Fedora 36

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

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

Learn how to uninstall perl-Object-ID.noarch on Fedora 36:

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

3. Information about the perl-Object-ID.noarch package on Fedora 36

Last metadata expiration check: 1:10:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Object-ID
Version : 0.1.2
Release : 25.fc36
Architecture : noarch
Size : 29 k
Source : perl-Object-ID-0.1.2-25.fc36.src.rpm
Repository : fedora
Summary : A unique identifier for any object
URL : https://metacpan.org/release/Object-ID
License : GPL+ or Artistic
Description : This is a unique identifier for any object, regardless of its type, structure
: or contents. Its features are:
:
: * Works on ANY object of any type
: * Does not modify the object in any way
: * Does not change with the object's contents
: * Is O(1) to calculate (i.e. doesn't matter how big the object is)
: * The id is unique for the life of the process
: * The id is always a true value