How To Install crossguid2 on Fedora 36

In this tutorial we learn how to install crossguid2 in Fedora 36. crossguid2 is Lightweight cross platform C++ GUID/UUID library

Introduction

In this tutorial we learn how to install crossguid2 on Fedora 36.

What is crossguid2

CrossGuid is a minimal, cross platform, C++ GUID library. It uses the best native GUID/UUID generator on the given platform and has a generic class for parsing, stringifying, and comparing IDs.

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

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

sudo dnf -y install crossguid2

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

sudo yum -y install crossguid2

How To Uninstall crossguid2 on Fedora 36

To uninstall only the crossguid2 package we can use the following command:

sudo dnf remove crossguid2

crossguid2 Package Contents on Fedora 36

---
title: "How To Install crossguid2 on Fedora 36"
linkTitle: "crossguid2"
type: "docs"
description: "In this tutorial we learn how to install crossguid2 in Fedora 36. crossguid2 is Lightweight cross platform C++ GUID/UUID library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/crossguid2-featured.png
---

## Introduction

In this tutorial we learn how to install `crossguid2` on Fedora 36.

### What is `crossguid2`

> CrossGuid is a minimal, cross platform, C++ GUID library. It uses the best native GUID/UUID generator on the given platform and has a generic class for parsing, stringifying, and comparing IDs.  

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

## Install crossguid2 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install crossguid2

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

sudo yum -y install crossguid2

How To Uninstall crossguid2 on Fedora 36

To uninstall only the crossguid2 package we can use the following command:

sudo dnf remove crossguid2

crossguid2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/562da9470d43e3ce3772b0ddba99e19aac8498
/usr/lib64/libcrossguid2.so.0
/usr/lib64/libcrossguid2.so.0.2.3
/usr/share/doc/crossguid2
/usr/share/doc/crossguid2/README.md
/usr/share/licenses/crossguid2
/usr/share/licenses/crossguid2/LICENSE

/usr/lib/.build-id /usr/lib/.build-id/01 /usr/lib/.build-id/01/ab8aceef0523fd4bd101ad1664c9b8de07b35e /usr/lib/libcrossguid2.so.0 /usr/lib/libcrossguid2.so.0.2.3 /usr/share/doc/crossguid2 /usr/share/doc/crossguid2/README.md /usr/share/licenses/crossguid2 /usr/share/licenses/crossguid2/LICENSE

References

Summary

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


## References

* [crossguid2 website](https://github.com/graeme-hill/crossguid/)

## Summary

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