How to Install and Uninstall libuuid-devel.i686 Package on Fedora 35

Last updated: November 28,2024

1. Install "libuuid-devel.i686" package

Please follow the guidance below to install libuuid-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libuuid-devel.i686

2. Uninstall "libuuid-devel.i686" package

This tutorial shows how to uninstall libuuid-devel.i686 on Fedora 35:

$ sudo dnf remove libuuid-devel.i686 $ sudo dnf autoremove

3. Information about the libuuid-devel.i686 package on Fedora 35

Last metadata expiration check: 1:48:46 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : libuuid-devel
Version : 2.37.4
Release : 1.fc35
Architecture : i686
Size : 24 k
Source : util-linux-2.37.4-1.fc35.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 development library and headers,
: 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-devel" package, which is a separate implementation.