How To Install libgudev-devel on Fedora 36

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

Introduction

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

What is libgudev-devel

This package is necessary to build programs using libgudev.

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

title: “How To Install libgudev-devel on Fedora 36” linkTitle: “libgudev-devel” type: “docs” description: “In this tutorial we learn how to install libgudev-devel in Fedora 36. libgudev-devel is Header files for libgudev” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgudev-devel-featured.png

Introduction

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

What is libgudev-devel

This package is necessary to build programs using libgudev.

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

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

sudo dnf -y install libgudev-devel

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

sudo yum -y install libgudev-devel

How To Uninstall libgudev-devel on Fedora 36

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

sudo dnf remove libgudev-devel

libgudev-devel Package Contents on Fedora 36


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

sudo dnf -y install libgudev-devel

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

sudo yum -y install libgudev-devel

How To Uninstall libgudev-devel on Fedora 36

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

sudo dnf remove libgudev-devel

libgudev-devel Package Contents on Fedora 36

/usr/include/gudev-1.0
/usr/include/gudev-1.0/gudev
/usr/include/gudev-1.0/gudev/gudev.h
/usr/include/gudev-1.0/gudev/gudevclient.h
/usr/include/gudev-1.0/gudev/gudevdevice.h
/usr/include/gudev-1.0/gudev/gudevenumerator.h
/usr/include/gudev-1.0/gudev/gudevenums.h
/usr/include/gudev-1.0/gudev/gudevenumtypes.h
/usr/include/gudev-1.0/gudev/gudevtypes.h
/usr/lib/libgudev-1.0.so
/usr/lib/pkgconfig/gudev-1.0.pc
/usr/share/gir-1.0/GUdev-1.0.gir
/usr/share/gtk-doc/html/gudev
/usr/share/gtk-doc/html/gudev/GUdevClient.html
/usr/share/gtk-doc/html/gudev/GUdevDevice.html
/usr/share/gtk-doc/html/gudev/GUdevEnumerator.html
/usr/share/gtk-doc/html/gudev/annotation-glossary.html
/usr/share/gtk-doc/html/gudev/api-index-full.html
/usr/share/gtk-doc/html/gudev/gudev-1.0.devhelp2
/usr/share/gtk-doc/html/gudev/gudev-hierarchy.html
/usr/share/gtk-doc/html/gudev/home.png
/usr/share/gtk-doc/html/gudev/index.html
/usr/share/gtk-doc/html/gudev/left-insensitive.png
/usr/share/gtk-doc/html/gudev/left.png
/usr/share/gtk-doc/html/gudev/ref-API.html
/usr/share/gtk-doc/html/gudev/right-insensitive.png
/usr/share/gtk-doc/html/gudev/right.png
/usr/share/gtk-doc/html/gudev/style.css
/usr/share/gtk-doc/html/gudev/up-insensitive.png
/usr/share/gtk-doc/html/gudev/up.png

References

Summary

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

/usr/include/gudev-1.0 /usr/include/gudev-1.0/gudev /usr/include/gudev-1.0/gudev/gudev.h /usr/include/gudev-1.0/gudev/gudevclient.h /usr/include/gudev-1.0/gudev/gudevdevice.h /usr/include/gudev-1.0/gudev/gudevenumerator.h /usr/include/gudev-1.0/gudev/gudevenums.h /usr/include/gudev-1.0/gudev/gudevenumtypes.h /usr/include/gudev-1.0/gudev/gudevtypes.h /usr/lib64/libgudev-1.0.so /usr/lib64/pkgconfig/gudev-1.0.pc /usr/share/gir-1.0/GUdev-1.0.gir /usr/share/gtk-doc/html/gudev /usr/share/gtk-doc/html/gudev/GUdevClient.html /usr/share/gtk-doc/html/gudev/GUdevDevice.html /usr/share/gtk-doc/html/gudev/GUdevEnumerator.html /usr/share/gtk-doc/html/gudev/annotation-glossary.html /usr/share/gtk-doc/html/gudev/api-index-full.html /usr/share/gtk-doc/html/gudev/gudev-1.0.devhelp2 /usr/share/gtk-doc/html/gudev/gudev-hierarchy.html /usr/share/gtk-doc/html/gudev/home.png /usr/share/gtk-doc/html/gudev/index.html /usr/share/gtk-doc/html/gudev/left-insensitive.png /usr/share/gtk-doc/html/gudev/left.png /usr/share/gtk-doc/html/gudev/ref-API.html /usr/share/gtk-doc/html/gudev/right-insensitive.png /usr/share/gtk-doc/html/gudev/right.png /usr/share/gtk-doc/html/gudev/style.css /usr/share/gtk-doc/html/gudev/up-insensitive.png /usr/share/gtk-doc/html/gudev/up.png


## References

* [libgudev-devel website](https://wiki.gnome.org/Projects/libgudev)

## Summary

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