How To Install uuid-c++ on Fedora 36

In this tutorial we learn how to install uuid-c++ in Fedora 36. uuid-c++ is C++ support for Universally Unique Identifier library

Introduction

In this tutorial we learn how to install uuid-c++ on Fedora 36.

What is uuid-c++

C++ libraries for OSSP uuid.

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

Install uuid-c++ 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 uuid-c++ using dnf by running the following command:

sudo dnf -y install uuid-c++

Install uuid-c++ 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 uuid-c++ using yum by running the following command:

sudo yum -y install uuid-c++

How To Uninstall uuid-c++ on Fedora 36

To uninstall only the uuid-c++ package we can use the following command:

sudo dnf remove uuid-c++

uuid-c++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/08d102e172778d90f345de55c9880f47f7fad1
/usr/lib64/libossp-uuid++.so.16
/usr/lib64/libossp-uuid++.so.16.0.22

References

Summary

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


title: “How To Install uuid-c++ on Fedora 36” linkTitle: “uuid-c++” type: “docs” description: “In this tutorial we learn how to install uuid-c++ in Fedora 36. uuid-c++ is C++ support for Universally Unique Identifier library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/uuid-c++-featured.png

Introduction

In this tutorial we learn how to install uuid-c++ on Fedora 36.

What is uuid-c++

C++ libraries for OSSP uuid.

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

Install uuid-c++ 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 uuid-c++ using dnf by running the following command:

sudo dnf -y install uuid-c++

Install uuid-c++ 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 uuid-c++ using yum by running the following command:

sudo yum -y install uuid-c++

How To Uninstall uuid-c++ on Fedora 36

To uninstall only the uuid-c++ package we can use the following command:

sudo dnf remove uuid-c++

uuid-c++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/72c73031eb5377071217627a23eac23c520d10
/usr/lib/libossp-uuid++.so.16
/usr/lib/libossp-uuid++.so.16.0.22

References

Summary

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