How to Install and Uninstall perl-Object-ID.noarch Package on CentOS Stream 8

Last updated: November 01,2024

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

Here is a brief guide to show you how to install perl-Object-ID.noarch on CentOS Stream 8

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

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

Here is a brief guide to show you how to uninstall perl-Object-ID.noarch on CentOS Stream 8:

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

3. Information about the perl-Object-ID.noarch package on CentOS Stream 8

Last metadata expiration check: 6:16:41 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Object-ID
Version : 0.1.2
Release : 18.el8
Architecture : noarch
Size : 31 k
Source : perl-Object-ID-0.1.2-18.el8.src.rpm
Repository : epel
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