How To Install crossguid on Fedora 36

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

Introduction

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

What is crossguid

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 crossguid on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install crossguid.

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

sudo dnf -y install crossguid

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

sudo yum -y install crossguid

How To Uninstall crossguid on Fedora 36

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

sudo dnf remove crossguid

crossguid Package Contents on Fedora 36

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

## Introduction

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

### What is `crossguid`

> 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 `crossguid` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install crossguid.

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

sudo dnf -y install crossguid

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

sudo yum -y install crossguid

How To Uninstall crossguid on Fedora 36

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

sudo dnf remove crossguid

crossguid Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/e760b148c847eee7fa967fe856d139d0846bc3
/usr/lib/libcrossguid.so.0
/usr/lib/libcrossguid.so.0.0
/usr/share/doc/crossguid
/usr/share/doc/crossguid/README.md
/usr/share/licenses/crossguid
/usr/share/licenses/crossguid/LICENSE

References

Summary

/usr/lib/.build-id /usr/lib/.build-id/8c /usr/lib/.build-id/8c/1baba7d101e020ab8336c3bbc382ae606bc9fa /usr/lib64/libcrossguid.so.0 /usr/lib64/libcrossguid.so.0.0 /usr/share/doc/crossguid /usr/share/doc/crossguid/README.md /usr/share/licenses/crossguid /usr/share/licenses/crossguid/LICENSE

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


## References

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

## Summary

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