How To Install uuid-dce on Fedora 36

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

Introduction

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

What is uuid-dce

DCE OSSP uuid library.

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

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

sudo dnf -y install uuid-dce

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

sudo yum -y install uuid-dce

How To Uninstall uuid-dce on Fedora 36

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

sudo dnf remove uuid-dce

uuid-dce Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/c179b959165d0840c19c78b174b1693999648d
/usr/lib64/libossp-uuid_dce.so.16
/usr/lib64/libossp-uuid_dce.so.16.0.22

References

Summary

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


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

Introduction

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

What is uuid-dce

DCE OSSP uuid library.

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

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

sudo dnf -y install uuid-dce

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

sudo yum -y install uuid-dce

How To Uninstall uuid-dce on Fedora 36

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

sudo dnf remove uuid-dce

uuid-dce Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/f37f87143c34543fa573cf11d33c632a5a18cd
/usr/lib/libossp-uuid_dce.so.16
/usr/lib/libossp-uuid_dce.so.16.0.22

References

Summary

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