How To Install libjose-devel on Rocky Linux 8

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

Introduction

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

What is libjose-devel

This package contains development files for libjose.

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

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

sudo dnf -y install libjose-devel

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

sudo yum -y install libjose-devel

How To Uninstall libjose-devel on Rocky Linux 8

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

sudo dnf remove libjose-devel

libjose-devel Package Contents on Rocky Linux 8

/usr/include/jose
/usr/include/jose/b64.h
/usr/include/jose/cfg.h
/usr/include/jose/io.h
/usr/include/jose/jose.h
/usr/include/jose/jwe.h
/usr/include/jose/jwk.h
/usr/include/jose/jws.h
/usr/include/jose/openssl.h
/usr/lib/libjose.so
/usr/lib/pkgconfig/jose.pc
/usr/share/man/man3/jose_b64.3.gz
/usr/share/man/man3/jose_cfg.3.gz
/usr/share/man/man3/jose_io.3.gz
/usr/share/man/man3/jose_io_t.3.gz
/usr/share/man/man3/jose_jwe.3.gz
/usr/share/man/man3/jose_jwk.3.gz
/usr/share/man/man3/jose_jws.3.gz
/usr/include/jose
/usr/include/jose/b64.h
/usr/include/jose/cfg.h
/usr/include/jose/io.h
/usr/include/jose/jose.h
/usr/include/jose/jwe.h
/usr/include/jose/jwk.h
/usr/include/jose/jws.h
/usr/include/jose/openssl.h
/usr/lib64/libjose.so
/usr/lib64/pkgconfig/jose.pc
/usr/share/man/man3/jose_b64.3.gz
/usr/share/man/man3/jose_cfg.3.gz
/usr/share/man/man3/jose_io.3.gz
/usr/share/man/man3/jose_io_t.3.gz
/usr/share/man/man3/jose_jwe.3.gz
/usr/share/man/man3/jose_jwk.3.gz
/usr/share/man/man3/jose_jws.3.gz

References

Summary

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