How To Install libnotify-devel on Rocky Linux 8

In this tutorial we learn how to install libnotify-devel on Rocky Linux 8. libnotify-devel is Development files for libnotify

Introduction

In this tutorial we learn how to install libnotify-devel on Rocky Linux 8.

What is libnotify-devel

This package contains libraries and header files needed for development of programs using libnotify.

We can use yum or dnf to install libnotify-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libnotify-devel.

Install libnotify-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libnotify-devel

Install libnotify-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libnotify-devel

How To Uninstall libnotify-devel on Rocky Linux 8

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

sudo dnf remove libnotify-devel

libnotify-devel Package Contents on Rocky Linux 8

/usr/include/libnotify
/usr/include/libnotify/notification.h
/usr/include/libnotify/notify-enum-types.h
/usr/include/libnotify/notify-features.h
/usr/include/libnotify/notify.h
/usr/lib/libnotify.so
/usr/lib/pkgconfig/libnotify.pc
/usr/share/gir-1.0/Notify-0.7.gir
/usr/share/gtk-doc/html/libnotify
/usr/share/gtk-doc/html/libnotify/NotifyNotification.html
/usr/share/gtk-doc/html/libnotify/annotation-glossary.html
/usr/share/gtk-doc/html/libnotify/api-index-deprecated.html
/usr/share/gtk-doc/html/libnotify/api-index-full.html
/usr/share/gtk-doc/html/libnotify/ch01.html
/usr/share/gtk-doc/html/libnotify/home.png
/usr/share/gtk-doc/html/libnotify/index.html
/usr/share/gtk-doc/html/libnotify/left-insensitive.png
/usr/share/gtk-doc/html/libnotify/left.png
/usr/share/gtk-doc/html/libnotify/libnotify-notify.html
/usr/share/gtk-doc/html/libnotify/libnotify.devhelp2
/usr/share/gtk-doc/html/libnotify/right-insensitive.png
/usr/share/gtk-doc/html/libnotify/right.png
/usr/share/gtk-doc/html/libnotify/style.css
/usr/share/gtk-doc/html/libnotify/up-insensitive.png
/usr/share/gtk-doc/html/libnotify/up.png
/usr/include/libnotify
/usr/include/libnotify/notification.h
/usr/include/libnotify/notify-enum-types.h
/usr/include/libnotify/notify-features.h
/usr/include/libnotify/notify.h
/usr/lib64/libnotify.so
/usr/lib64/pkgconfig/libnotify.pc
/usr/share/gir-1.0/Notify-0.7.gir
/usr/share/gtk-doc/html/libnotify
/usr/share/gtk-doc/html/libnotify/NotifyNotification.html
/usr/share/gtk-doc/html/libnotify/annotation-glossary.html
/usr/share/gtk-doc/html/libnotify/api-index-deprecated.html
/usr/share/gtk-doc/html/libnotify/api-index-full.html
/usr/share/gtk-doc/html/libnotify/ch01.html
/usr/share/gtk-doc/html/libnotify/home.png
/usr/share/gtk-doc/html/libnotify/index.html
/usr/share/gtk-doc/html/libnotify/left-insensitive.png
/usr/share/gtk-doc/html/libnotify/left.png
/usr/share/gtk-doc/html/libnotify/libnotify-notify.html
/usr/share/gtk-doc/html/libnotify/libnotify.devhelp2
/usr/share/gtk-doc/html/libnotify/right-insensitive.png
/usr/share/gtk-doc/html/libnotify/right.png
/usr/share/gtk-doc/html/libnotify/style.css
/usr/share/gtk-doc/html/libnotify/up-insensitive.png
/usr/share/gtk-doc/html/libnotify/up.png

References

Summary

In this tutorial we learn how to install libnotify-devel on Rocky Linux 8 using yum and dnf.