How To Install yelp-devel on Rocky Linux 8

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

Introduction

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

What is yelp-devel

This package contains header files and documentation for the libraries in the yelp-libs package.

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

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

sudo dnf -y install yelp-devel

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

sudo yum -y install yelp-devel

How To Uninstall yelp-devel on Rocky Linux 8

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

sudo dnf remove yelp-devel

yelp-devel Package Contents on Rocky Linux 8

/usr/include/libyelp
/usr/include/libyelp/yelp-bookmarks.h
/usr/include/libyelp/yelp-docbook-document.h
/usr/include/libyelp/yelp-document.h
/usr/include/libyelp/yelp-help-list.h
/usr/include/libyelp/yelp-info-document.h
/usr/include/libyelp/yelp-mallard-document.h
/usr/include/libyelp/yelp-man-document.h
/usr/include/libyelp/yelp-search-entry.h
/usr/include/libyelp/yelp-settings.h
/usr/include/libyelp/yelp-simple-document.h
/usr/include/libyelp/yelp-sqlite-storage.h
/usr/include/libyelp/yelp-storage.h
/usr/include/libyelp/yelp-transform.h
/usr/include/libyelp/yelp-types.h
/usr/include/libyelp/yelp-uri-builder.h
/usr/include/libyelp/yelp-uri.h
/usr/include/libyelp/yelp-view.h
/usr/lib/libyelp.so
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libyelp
/usr/share/gtk-doc/html/libyelp/YelpDocument.html
/usr/share/gtk-doc/html/libyelp/YelpSettings.html
/usr/share/gtk-doc/html/libyelp/YelpSimpleDocument.html
/usr/share/gtk-doc/html/libyelp/YelpUri.html
/usr/share/gtk-doc/html/libyelp/YelpView.html
/usr/share/gtk-doc/html/libyelp/api-index-full.html
/usr/share/gtk-doc/html/libyelp/ch01.html
/usr/share/gtk-doc/html/libyelp/ch01s02.html
/usr/share/gtk-doc/html/libyelp/home.png
/usr/share/gtk-doc/html/libyelp/index.html
/usr/share/gtk-doc/html/libyelp/left-insensitive.png
/usr/share/gtk-doc/html/libyelp/left.png
/usr/share/gtk-doc/html/libyelp/libyelp-yelp-error.html
/usr/share/gtk-doc/html/libyelp/libyelp.devhelp2
/usr/share/gtk-doc/html/libyelp/object-tree.html
/usr/share/gtk-doc/html/libyelp/right-insensitive.png
/usr/share/gtk-doc/html/libyelp/right.png
/usr/share/gtk-doc/html/libyelp/style.css
/usr/share/gtk-doc/html/libyelp/up-insensitive.png
/usr/share/gtk-doc/html/libyelp/up.png
/usr/include/libyelp
/usr/include/libyelp/yelp-bookmarks.h
/usr/include/libyelp/yelp-docbook-document.h
/usr/include/libyelp/yelp-document.h
/usr/include/libyelp/yelp-help-list.h
/usr/include/libyelp/yelp-info-document.h
/usr/include/libyelp/yelp-mallard-document.h
/usr/include/libyelp/yelp-man-document.h
/usr/include/libyelp/yelp-search-entry.h
/usr/include/libyelp/yelp-settings.h
/usr/include/libyelp/yelp-simple-document.h
/usr/include/libyelp/yelp-sqlite-storage.h
/usr/include/libyelp/yelp-storage.h
/usr/include/libyelp/yelp-transform.h
/usr/include/libyelp/yelp-types.h
/usr/include/libyelp/yelp-uri-builder.h
/usr/include/libyelp/yelp-uri.h
/usr/include/libyelp/yelp-view.h
/usr/lib64/libyelp.so
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libyelp
/usr/share/gtk-doc/html/libyelp/YelpDocument.html
/usr/share/gtk-doc/html/libyelp/YelpSettings.html
/usr/share/gtk-doc/html/libyelp/YelpSimpleDocument.html
/usr/share/gtk-doc/html/libyelp/YelpUri.html
/usr/share/gtk-doc/html/libyelp/YelpView.html
/usr/share/gtk-doc/html/libyelp/api-index-full.html
/usr/share/gtk-doc/html/libyelp/ch01.html
/usr/share/gtk-doc/html/libyelp/ch01s02.html
/usr/share/gtk-doc/html/libyelp/home.png
/usr/share/gtk-doc/html/libyelp/index.html
/usr/share/gtk-doc/html/libyelp/left-insensitive.png
/usr/share/gtk-doc/html/libyelp/left.png
/usr/share/gtk-doc/html/libyelp/libyelp-yelp-error.html
/usr/share/gtk-doc/html/libyelp/libyelp.devhelp2
/usr/share/gtk-doc/html/libyelp/object-tree.html
/usr/share/gtk-doc/html/libyelp/right-insensitive.png
/usr/share/gtk-doc/html/libyelp/right.png
/usr/share/gtk-doc/html/libyelp/style.css
/usr/share/gtk-doc/html/libyelp/up-insensitive.png
/usr/share/gtk-doc/html/libyelp/up.png

References

Summary

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