How To Install libuuid-devel on Fedora 36

In this tutorial we learn how to install libuuid-devel in Fedora 36. libuuid-devel is Universally unique ID library

Introduction

In this tutorial we learn how to install libuuid-devel on Fedora 36.

What is libuuid-devel

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.

We can use yum or dnf to install libuuid-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libuuid-devel.

Install libuuid-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libuuid-devel using dnf by running the following command:

sudo dnf -y install libuuid-devel

Install libuuid-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libuuid-devel using yum by running the following command:

sudo yum -y install libuuid-devel

How To Uninstall libuuid-devel on Fedora 36

To uninstall only the libuuid-devel package we can use the following command:

sudo dnf remove libuuid-devel

libuuid-devel Package Contents on Fedora 36

/usr/include/uuid
/usr/include/uuid/uuid.h
/usr/lib64/libuuid.so
/usr/lib64/pkgconfig/uuid.pc
/usr/share/man/man3/uuid.3.gz
/usr/share/man/man3/uuid_clear.3.gz
/usr/share/man/man3/uuid_compare.3.gz
/usr/share/man/man3/uuid_copy.3.gz
/usr/share/man/man3/uuid_generate.3.gz
/usr/share/man/man3/uuid_generate_random.3.gz
/usr/share/man/man3/uuid_generate_time.3.gz
/usr/share/man/man3/uuid_generate_time_safe.3.gz
/usr/share/man/man3/uuid_is_null.3.gz
/usr/share/man/man3/uuid_parse.3.gz
/usr/share/man/man3/uuid_time.3.gz
/usr/share/man/man3/uuid_unparse.3.gz
---

title: “How To Install libuuid-devel on Fedora 36”

References

linkTitle: “libuuid-devel”

type: “docs”

  • libuuid-devel website description: “In this tutorial we learn how to install libuuid-devel in Fedora 36. libuuid-devel is Universally unique ID library”

date: “2022-08-17”

Summary

lastmod: “2022-08-17”

#image: /images/fedora/36/libuuid-devel-featured.png

In this tutorial we learn how to install libuuid-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

Introduction

In this tutorial we learn how to install libuuid-devel on Fedora 36.

What is libuuid-devel

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.

We can use yum or dnf to install libuuid-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libuuid-devel.

Install libuuid-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libuuid-devel using dnf by running the following command:

sudo dnf -y install libuuid-devel

Install libuuid-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libuuid-devel using yum by running the following command:

sudo yum -y install libuuid-devel

How To Uninstall libuuid-devel on Fedora 36

To uninstall only the libuuid-devel package we can use the following command:

sudo dnf remove libuuid-devel

libuuid-devel Package Contents on Fedora 36

/usr/include/uuid
/usr/include/uuid/uuid.h
/usr/lib/libuuid.so
/usr/lib/pkgconfig/uuid.pc
/usr/share/man/man3/uuid.3.gz
/usr/share/man/man3/uuid_clear.3.gz
/usr/share/man/man3/uuid_compare.3.gz
/usr/share/man/man3/uuid_copy.3.gz
/usr/share/man/man3/uuid_generate.3.gz
/usr/share/man/man3/uuid_generate_random.3.gz
/usr/share/man/man3/uuid_generate_time.3.gz
/usr/share/man/man3/uuid_generate_time_safe.3.gz
/usr/share/man/man3/uuid_is_null.3.gz
/usr/share/man/man3/uuid_parse.3.gz
/usr/share/man/man3/uuid_time.3.gz
/usr/share/man/man3/uuid_unparse.3.gz

References

Summary

In this tutorial we learn how to install libuuid-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).