How To Install opendbx-devel on Rocky Linux 8

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

Introduction

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

What is opendbx-devel

The opendbx-devel package contains libraries and header files for developing applications that use opendbx.

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

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

sudo dnf -y install opendbx-devel

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

sudo yum -y install opendbx-devel

How To Uninstall opendbx-devel on Rocky Linux 8

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

sudo dnf remove opendbx-devel

opendbx-devel Package Contents on Rocky Linux 8

/usr/include/odbx.h
/usr/include/opendbx
/usr/include/opendbx/api
/usr/include/opendbx/api.h
/usr/lib64/libopendbx.so
/usr/lib64/libopendbxplus.so
/usr/lib64/pkgconfig/opendbx.pc
/usr/lib64/pkgconfig/opendbxplus.pc
/usr/share/man/man3/OpenDBX.3.gz
/usr/share/man/man3/OpenDBX_Conn.3.gz
/usr/share/man/man3/OpenDBX_Exception.3.gz
/usr/share/man/man3/OpenDBX_Lob.3.gz
/usr/share/man/man3/OpenDBX_Result.3.gz
/usr/share/man/man3/OpenDBX_Stmt.3.gz
/usr/share/man/man3/odbx_bind.3.gz
/usr/share/man/man3/odbx_capabilities.3.gz
/usr/share/man/man3/odbx_column_count.3.gz
/usr/share/man/man3/odbx_column_name.3.gz
/usr/share/man/man3/odbx_column_type.3.gz
/usr/share/man/man3/odbx_error.3.gz
/usr/share/man/man3/odbx_error_type.3.gz
/usr/share/man/man3/odbx_escape.3.gz
/usr/share/man/man3/odbx_field_length.3.gz
/usr/share/man/man3/odbx_field_value.3.gz
/usr/share/man/man3/odbx_finish.3.gz
/usr/share/man/man3/odbx_get_option.3.gz
/usr/share/man/man3/odbx_init.3.gz
/usr/share/man/man3/odbx_lo_close.3.gz
/usr/share/man/man3/odbx_lo_open.3.gz
/usr/share/man/man3/odbx_lo_read.3.gz
/usr/share/man/man3/odbx_lo_write.3.gz
/usr/share/man/man3/odbx_query.3.gz
/usr/share/man/man3/odbx_result.3.gz
/usr/share/man/man3/odbx_result_finish.3.gz
/usr/share/man/man3/odbx_row_fetch.3.gz
/usr/share/man/man3/odbx_rows_affected.3.gz
/usr/share/man/man3/odbx_set_option.3.gz
/usr/share/man/man3/odbx_unbind.3.gz

References

Summary

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