How To Install libre-devel on Rocky Linux 8

In this tutorial we learn how to install libre-devel on Rocky Linux 8. libre-devel is Development files for the re library

Introduction

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

What is libre-devel

The libre-devel package includes header files and libraries necessary for developing programs which use the re C library.

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

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

sudo dnf -y install libre-devel

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

sudo yum -y install libre-devel

How To Uninstall libre-devel on Rocky Linux 8

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

sudo dnf remove libre-devel

libre-devel Package Contents on Rocky Linux 8

/usr/include/re
/usr/include/re/re.h
/usr/include/re/re_aes.h
/usr/include/re/re_base64.h
/usr/include/re/re_bfcp.h
/usr/include/re/re_bitv.h
/usr/include/re/re_conf.h
/usr/include/re/re_crc32.h
/usr/include/re/re_dbg.h
/usr/include/re/re_dns.h
/usr/include/re/re_fmt.h
/usr/include/re/re_hash.h
/usr/include/re/re_hmac.h
/usr/include/re/re_http.h
/usr/include/re/re_httpauth.h
/usr/include/re/re_ice.h
/usr/include/re/re_jbuf.h
/usr/include/re/re_json.h
/usr/include/re/re_list.h
/usr/include/re/re_lock.h
/usr/include/re/re_main.h
/usr/include/re/re_mbuf.h
/usr/include/re/re_md5.h
/usr/include/re/re_mem.h
/usr/include/re/re_mod.h
/usr/include/re/re_mqueue.h
/usr/include/re/re_msg.h
/usr/include/re/re_natbd.h
/usr/include/re/re_net.h
/usr/include/re/re_odict.h
/usr/include/re/re_rtmp.h
/usr/include/re/re_rtp.h
/usr/include/re/re_sa.h
/usr/include/re/re_sdp.h
/usr/include/re/re_sha.h
/usr/include/re/re_sip.h
/usr/include/re/re_sipevent.h
/usr/include/re/re_sipreg.h
/usr/include/re/re_sipsess.h
/usr/include/re/re_srtp.h
/usr/include/re/re_stun.h
/usr/include/re/re_sys.h
/usr/include/re/re_tcp.h
/usr/include/re/re_telev.h
/usr/include/re/re_tls.h
/usr/include/re/re_tmr.h
/usr/include/re/re_trace.h
/usr/include/re/re_turn.h
/usr/include/re/re_types.h
/usr/include/re/re_udp.h
/usr/include/re/re_uri.h
/usr/include/re/re_websock.h
/usr/lib64/libre.so
/usr/lib64/pkgconfig/libre.pc
/usr/share/re
/usr/share/re/re.mk

References

Summary

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