How To Install libunity-devel on Fedora 36

In this tutorial we learn how to install libunity-devel in Fedora 36. libunity-devel is Development files for libunity

Introduction


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

title: “How To Install libunity-devel on Fedora 36”

What is libunity-devel

linkTitle: “libunity-devel”

type: “docs”

Development files for libunity.
description: “In this tutorial we learn how to install libunity-devel in Fedora 36. libunity-devel is Development files for libunity”

date: “2022-08-17” lastmod: “2022-08-17” We can use yum or dnf to install libunity-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunity-devel. #image: /images/fedora/36/libunity-devel-featured.png

Introduction

Install libunity-devel on Fedora 36 Using dnf

In this tutorial we learn how to install libunity-devel on Fedora 36. Update yum database with dnf using the following command.

What is libunity-devel


sudo dnf makecache --refresh
> Development files for libunity.  

We can use yum or dnf to install libunity-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libunity-devel. After updating yum database, We can install libunity-devel using dnf by running the following command:

Install libunity-devel on Fedora 36 Using dnf


sudo dnf -y install libunity-devel
Update yum database with `dnf` using the following command.
## Install libunity-devel on Fedora 36 Using yum
sudo dnf makecache --refresh

Update yum database with yum using the following command.

After updating yum database, We can install `libunity-devel` using `dnf` by running the following command:

sudo yum makecache --refresh
```bash

sudo dnf -y install libunity-devel

After updating yum database, We can install `libunity-devel` using `yum` by running the following command:


## Install libunity-devel on Fedora 36 Using yum
```bash

sudo yum -y install libunity-devel
Update yum database with `yum` using the following command.
## How To Uninstall libunity-devel on Fedora 36

sudo yum makecache --refresh

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

After updating yum database, We can install `libunity-devel` using `yum` by running the following command:
sudo dnf remove libunity-devel

sudo yum -y install libunity-devel
## libunity-devel Package Contents on Fedora 36
## How To Uninstall libunity-devel on Fedora 36

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

```bash
sudo dnf remove libunity-devel

libunity-devel Package Contents on Fedora 36

/usr/include/unity
/usr/include/unity/unity
/usr/include/unity/unity/lttng-component-provider.h
/usr/include/unity/unity/unity-extras.h
/usr/include/unity/unity/unity-protocol.h
/usr/include/unity/unity/unity-trace.h
/usr/include/unity/unity/unity.h
/usr/lib/libunity-extras.so
/usr/lib/libunity.so
/usr/lib/pkgconfig/unity-extras.pc
/usr/lib/pkgconfig/unity-protocol-private.pc
/usr/lib/pkgconfig/unity.pc
/usr/share/gir-1.0/Unity-7.0.gir
/usr/share/gir-1.0/UnityExtras-7.0.gir
/usr/share/vala/vapi/unity-extras.vapi
/usr/share/vala/vapi/unity-protocol.vapi
/usr/share/vala/vapi/unity-trace.deps
/usr/share/vala/vapi/unity-trace.vapi
/usr/share/vala/vapi/unity.deps
/usr/share/vala/vapi/unity.vapi

References

Summary

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

/usr/include/unity /usr/include/unity/unity /usr/include/unity/unity/lttng-component-provider.h /usr/include/unity/unity/unity-extras.h /usr/include/unity/unity/unity-protocol.h /usr/include/unity/unity/unity-trace.h /usr/include/unity/unity/unity.h /usr/lib64/libunity-extras.so /usr/lib64/libunity.so /usr/lib64/pkgconfig/unity-extras.pc /usr/lib64/pkgconfig/unity-protocol-private.pc /usr/lib64/pkgconfig/unity.pc /usr/share/gir-1.0/Unity-7.0.gir /usr/share/gir-1.0/UnityExtras-7.0.gir /usr/share/vala/vapi/unity-extras.vapi /usr/share/vala/vapi/unity-protocol.vapi /usr/share/vala/vapi/unity-trace.deps /usr/share/vala/vapi/unity-trace.vapi /usr/share/vala/vapi/unity.deps /usr/share/vala/vapi/unity.vapi


## References

* [libunity-devel website](https://launchpad.net/libunity)

## Summary

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