How To Install unique-devel on Fedora 36

In this tutorial we learn how to install unique-devel in Fedora 36. unique-devel is Libraries and headers for Unique

Introduction

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

What is unique-devel

Headers and libraries for Unique.

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

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

sudo dnf -y install unique-devel

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

sudo yum -y install unique-devel

How To Uninstall unique-devel on Fedora 36

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

sudo dnf remove unique-devel

unique-devel Package Contents on Fedora 36

---
title: "How To Install unique-devel on Fedora 36"
linkTitle: "unique-devel"
type: "docs"
description: "In this tutorial we learn how to install unique-devel in Fedora 36. unique-devel is Libraries and headers for Unique"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/unique-devel-featured.png
---

## Introduction

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

### What is `unique-devel`

> Headers and libraries for Unique.  

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

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

sudo dnf -y install unique-devel

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

sudo yum -y install unique-devel

How To Uninstall unique-devel on Fedora 36

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

sudo dnf remove unique-devel

unique-devel Package Contents on Fedora 36

/usr/include/unique-1.0
/usr/include/unique-1.0/unique
/usr/include/unique-1.0/unique/unique.h
/usr/include/unique-1.0/unique/uniqueapp.h
/usr/include/unique-1.0/unique/uniquebackend.h
/usr/include/unique-1.0/unique/uniqueenumtypes.h
/usr/include/unique-1.0/unique/uniquemessage.h
/usr/include/unique-1.0/unique/uniqueversion.h
/usr/lib/libunique-1.0.so
/usr/lib/pkgconfig/unique-1.0.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/unique
/usr/share/gtk-doc/html/unique/UniqueApp.html
/usr/share/gtk-doc/html/unique/UniqueBackend.html
/usr/share/gtk-doc/html/unique/home.png
/usr/share/gtk-doc/html/unique/index.html
/usr/share/gtk-doc/html/unique/ix01.html
/usr/share/gtk-doc/html/unique/left-insensitive.png
/usr/share/gtk-doc/html/unique/left.png
/usr/share/gtk-doc/html/unique/license.html
/usr/share/gtk-doc/html/unique/right-insensitive.png
/usr/share/gtk-doc/html/unique/right.png
/usr/share/gtk-doc/html/unique/style.css
/usr/share/gtk-doc/html/unique/unique-Message-Data.html
/usr/share/gtk-doc/html/unique/unique-Versioning-Information.html
/usr/share/gtk-doc/html/unique/unique-overview.html
/usr/share/gtk-doc/html/unique/unique.devhelp2
/usr/share/gtk-doc/html/unique/up-insensitive.png
/usr/share/gtk-doc/html/unique/up.png

References

Summary

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

/usr/include/unique-1.0 /usr/include/unique-1.0/unique /usr/include/unique-1.0/unique/unique.h /usr/include/unique-1.0/unique/uniqueapp.h /usr/include/unique-1.0/unique/uniquebackend.h /usr/include/unique-1.0/unique/uniqueenumtypes.h /usr/include/unique-1.0/unique/uniquemessage.h /usr/include/unique-1.0/unique/uniqueversion.h /usr/lib64/libunique-1.0.so /usr/lib64/pkgconfig/unique-1.0.pc /usr/share/gtk-doc /usr/share/gtk-doc/html /usr/share/gtk-doc/html/unique /usr/share/gtk-doc/html/unique/UniqueApp.html /usr/share/gtk-doc/html/unique/UniqueBackend.html /usr/share/gtk-doc/html/unique/home.png /usr/share/gtk-doc/html/unique/index.html /usr/share/gtk-doc/html/unique/ix01.html /usr/share/gtk-doc/html/unique/left-insensitive.png /usr/share/gtk-doc/html/unique/left.png /usr/share/gtk-doc/html/unique/license.html /usr/share/gtk-doc/html/unique/right-insensitive.png /usr/share/gtk-doc/html/unique/right.png /usr/share/gtk-doc/html/unique/style.css /usr/share/gtk-doc/html/unique/unique-Message-Data.html /usr/share/gtk-doc/html/unique/unique-Versioning-Information.html /usr/share/gtk-doc/html/unique/unique-overview.html /usr/share/gtk-doc/html/unique/unique.devhelp2 /usr/share/gtk-doc/html/unique/up-insensitive.png /usr/share/gtk-doc/html/unique/up.png


## References

* [unique-devel website](http://www.gnome.org/~ebassi/source/)

## Summary

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