How to Install and Uninstall libuuid.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 27,2024

1. Install "libuuid.x86_64" package

In this section, we are going to explain the necessary steps to install libuuid.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libuuid.x86_64

2. Uninstall "libuuid.x86_64" package

Please follow the steps below to uninstall libuuid.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libuuid.x86_64 $ sudo yum autoremove

3. Information about the libuuid.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libuuid
Arch : x86_64
Version : 2.23.2
Release : 65.el7_9.1
Size : 20 k
Repo : installed
From repo : updates
Summary : Universally unique ID library
URL : http://en.wikipedia.org/wiki/Util-linux
License : BSD
Description : This is the universally unique ID library, part of util-linux.
:
: The libuuid library generates and parses 128-bit universally
: unique id's (UUID's). A UUID is an identifier that is unique
: across both space and time, with respect to the space of all
: UUIDs. A UUID can be used for multiple purposes, from tagging
: objects with an extremely short lifetime, to reliably identifying
: very persistent objects across a network.
:
: See also the "uuid" package, which is a separate implementation.