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

Last updated: October 05,2024

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

Please follow the guidelines below to install perl-Object-ID.noarch on Fedora 34

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

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

This tutorial shows how to uninstall perl-Object-ID.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:45:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Object-ID
Version : 0.1.2
Release : 22.fc34
Architecture : noarch
Size : 30 k
Source : perl-Object-ID-0.1.2-22.fc34.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