How To Install eb-devel on Rocky Linux 8

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

Introduction

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

What is eb-devel

This package contains development files needs to use eb in programs.

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

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

sudo dnf -y install eb-devel

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

sudo yum -y install eb-devel

How To Uninstall eb-devel on Rocky Linux 8

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

sudo dnf remove eb-devel

eb-devel Package Contents on Rocky Linux 8

/usr/include/eb
/usr/include/eb/appendix.h
/usr/include/eb/binary.h
/usr/include/eb/booklist.h
/usr/include/eb/defs.h
/usr/include/eb/eb.h
/usr/include/eb/error.h
/usr/include/eb/font.h
/usr/include/eb/sysdefs.h
/usr/include/eb/text.h
/usr/include/eb/zio.h
/usr/lib64/eb.conf
/usr/lib64/libeb.so
/usr/share/aclocal/eb4.m4
/usr/share/doc/eb-devel
/usr/share/doc/eb-devel/html
/usr/share/doc/eb-devel/html/eb-01.html
/usr/share/doc/eb-devel/html/eb-02.html
/usr/share/doc/eb-devel/html/eb-03.html
/usr/share/doc/eb-devel/html/eb-04.html
/usr/share/doc/eb-devel/html/eb-05.html
/usr/share/doc/eb-devel/html/eb-06.html
/usr/share/doc/eb-devel/html/eb-07.html
/usr/share/doc/eb-devel/html/eb-08.html
/usr/share/doc/eb-devel/html/eb-09.html
/usr/share/doc/eb-devel/html/eb-10.html
/usr/share/doc/eb-devel/html/eb-11.html
/usr/share/doc/eb-devel/html/eb-12.html
/usr/share/doc/eb-devel/html/eb-13.html
/usr/share/doc/eb-devel/html/eb-14.html
/usr/share/doc/eb-devel/html/eb.html
/usr/share/doc/eb-devel/html/ebappendix-01.html
/usr/share/doc/eb-devel/html/ebappendix-02.html
/usr/share/doc/eb-devel/html/ebappendix-03.html
/usr/share/doc/eb-devel/html/ebappendix-04.html
/usr/share/doc/eb-devel/html/ebappendix.html
/usr/share/doc/eb-devel/html/ebfont-01.html
/usr/share/doc/eb-devel/html/ebfont-02.html
/usr/share/doc/eb-devel/html/ebfont-03.html
/usr/share/doc/eb-devel/html/ebfont-04.html
/usr/share/doc/eb-devel/html/ebfont.html
/usr/share/doc/eb-devel/html/ebinfo-01.html
/usr/share/doc/eb-devel/html/ebinfo-02.html
/usr/share/doc/eb-devel/html/ebinfo-03.html
/usr/share/doc/eb-devel/html/ebinfo-04.html
/usr/share/doc/eb-devel/html/ebinfo-05.html
/usr/share/doc/eb-devel/html/ebinfo.html
/usr/share/doc/eb-devel/html/ebrefile-01.html
/usr/share/doc/eb-devel/html/ebrefile-02.html
/usr/share/doc/eb-devel/html/ebrefile-03.html
/usr/share/doc/eb-devel/html/ebrefile.html
/usr/share/doc/eb-devel/html/ebstopcode-01.html
/usr/share/doc/eb-devel/html/ebstopcode-02.html
/usr/share/doc/eb-devel/html/ebstopcode-03.html
/usr/share/doc/eb-devel/html/ebstopcode.html
/usr/share/doc/eb-devel/html/ebzip-01.html
/usr/share/doc/eb-devel/html/ebzip-02.html
/usr/share/doc/eb-devel/html/ebzip-03.html
/usr/share/doc/eb-devel/html/ebzip-04.html
/usr/share/doc/eb-devel/html/ebzip-05.html
/usr/share/doc/eb-devel/html/ebzip-06.html
/usr/share/doc/eb-devel/html/ebzip-07.html
/usr/share/doc/eb-devel/html/ebzip-08.html
/usr/share/doc/eb-devel/html/ebzip-09.html
/usr/share/doc/eb-devel/html/ebzip-10.html
/usr/share/doc/eb-devel/html/ebzip.html

References

Summary

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