How To Install libharu-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install libharu-devel
on Rocky Linux 8.
What is libharu-devel
The libharu-devel package contains libraries and header files for developing applications that use libharu.
We can use yum
or dnf
to install libharu-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libharu-devel.
Install libharu-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 libharu-devel
using dnf
by running the following command:
sudo dnf -y install libharu-devel
Install libharu-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 libharu-devel
using yum
by running the following command:
sudo yum -y install libharu-devel
How To Uninstall libharu-devel on Rocky Linux 8
To uninstall only the libharu-devel
package we can use the following command:
sudo dnf remove libharu-devel
libharu-devel Package Contents on Rocky Linux 8
/usr/include/hpdf.h
/usr/include/hpdf_3dmeasure.h
/usr/include/hpdf_annotation.h
/usr/include/hpdf_catalog.h
/usr/include/hpdf_conf.h
/usr/include/hpdf_config.h
/usr/include/hpdf_consts.h
/usr/include/hpdf_destination.h
/usr/include/hpdf_doc.h
/usr/include/hpdf_encoder.h
/usr/include/hpdf_encrypt.h
/usr/include/hpdf_encryptdict.h
/usr/include/hpdf_error.h
/usr/include/hpdf_exdata.h
/usr/include/hpdf_ext_gstate.h
/usr/include/hpdf_font.h
/usr/include/hpdf_fontdef.h
/usr/include/hpdf_gstate.h
/usr/include/hpdf_image.h
/usr/include/hpdf_info.h
/usr/include/hpdf_list.h
/usr/include/hpdf_mmgr.h
/usr/include/hpdf_objects.h
/usr/include/hpdf_outline.h
/usr/include/hpdf_page_label.h
/usr/include/hpdf_pages.h
/usr/include/hpdf_pdfa.h
/usr/include/hpdf_streams.h
/usr/include/hpdf_types.h
/usr/include/hpdf_u3d.h
/usr/include/hpdf_utils.h
/usr/include/hpdf_version.h
/usr/lib64/libhpdf.so
References
Summary
In this tutorial we learn how to install libharu-devel
on Rocky Linux 8 using yum and dnf.