How to Install and Uninstall uuid.x86_64 Package on Rocky Linux 9

Last updated: September 28,2024

1. Install "uuid.x86_64" package

This is a short guide on how to install uuid.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install uuid.x86_64

2. Uninstall "uuid.x86_64" package

This tutorial shows how to uninstall uuid.x86_64 on Rocky Linux 9:

$ sudo dnf remove uuid.x86_64 $ sudo dnf autoremove

3. Information about the uuid.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:14:10 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : uuid
Version : 1.6.2
Release : 55.el9
Architecture : x86_64
Size : 56 k
Source : uuid-1.6.2-55.el9.src.rpm
Repository : appstream
Summary : Universally Unique Identifier library
URL : http://www.ossp.org/pkg/lib/uuid/
License : MIT
Description : OSSP uuid is a ISO-C:1999 application programming interface (API)
: and corresponding command line interface (CLI) for the generation
: of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally
: Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version
: 1 (time and node based), version 3 (name based, MD5), version 4
: (random number based) and version 5 (name based, SHA-1). Additional
: API bindings are provided for the languages ISO-C++:1998 and Perl:5
: Optional backward compatibility exists for the ISO-C DCE-1.1 and Perl
: Data::UUID APIs.