How To Install libopendmarc-devel on Rocky Linux 8

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

Introduction

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

What is libopendmarc-devel

This package contains the static libraries, headers, and other support files required for developing applications against libopendmarc.

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

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

sudo dnf -y install libopendmarc-devel

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

sudo yum -y install libopendmarc-devel

How To Uninstall libopendmarc-devel on Rocky Linux 8

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

sudo dnf remove libopendmarc-devel

libopendmarc-devel Package Contents on Rocky Linux 8

/usr/include/opendmarc
/usr/include/opendmarc/dmarc.h
/usr/lib64/libopendmarc.so
/usr/share/doc/libopendmarc-devel
/usr/share/doc/libopendmarc-devel/dmarc_policy_t.html
/usr/share/doc/libopendmarc-devel/index.html
/usr/share/doc/libopendmarc-devel/opendmarc_dns_fake_record.html
/usr/share/doc/libopendmarc-devel/opendmarc_get_policy_to_enforce.html
/usr/share/doc/libopendmarc-devel/opendmarc_lib_t.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_connect_clear.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_connect_init.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_connect_rset.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_connect_shutdown.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_adkim.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_alignment.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_aspf.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_fo.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_p.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_pct.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_rf.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_rua.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_ruf.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_sp.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_fetch_utilized_domain.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_library_init.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_library_shutdown.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_parse_dmarc.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_query_dmarc.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_status_to_str.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_store_dkim.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_store_dmarc.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_store_from_domain.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_store_spf.html
/usr/share/doc/libopendmarc-devel/opendmarc_policy_to_buf.html
/usr/share/doc/libopendmarc-devel/opendmarc_spf_test.html
/usr/share/doc/libopendmarc-devel/opendmarc_status_t.html
/usr/share/doc/libopendmarc-devel/opendmarc_tld_read_file.html
/usr/share/doc/libopendmarc-devel/opendmarc_tld_shutdown.html
/usr/share/doc/libopendmarc-devel/opendmarc_util_clearargv.html
/usr/share/doc/libopendmarc-devel/opendmarc_xml.html
/usr/share/doc/libopendmarc-devel/opendmarc_xml_parse.html
/usr/share/doc/libopendmarc-devel/overview.html

References

Summary

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