How to Install and Uninstall libuuid.i686 Package on Fedora 36

Last updated: October 13,2024

1. Install "libuuid.i686" package

This is a short guide on how to install libuuid.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libuuid.i686

2. Uninstall "libuuid.i686" package

Please follow the instructions below to uninstall libuuid.i686 on Fedora 36:

$ sudo dnf remove libuuid.i686 $ sudo dnf autoremove

3. Information about the libuuid.i686 package on Fedora 36

Last metadata expiration check: 4:11:13 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libuuid
Version : 2.38
Release : 1.fc36
Architecture : i686
Size : 28 k
Source : util-linux-2.38-1.fc36.src.rpm
Repository : updates
Summary : Universally unique ID library
URL : https://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.