How to Install and Uninstall perl-Object-ID.noarch Package on Oracle Linux 8

Last updated: April 28,2024

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

Please follow the steps below to install perl-Object-ID.noarch on Oracle Linux 8

$ 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 Oracle Linux 8:

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

3. Information about the perl-Object-ID.noarch package on Oracle Linux 8

Last metadata expiration check: 6:01:41 ago on Mon Sep 12 02:51:38 2022.
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