How To Install libjose-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libjose-devel.x86_64 in Amazon Linux 2. libjose-devel.x86_64 is Development files for libjose
Introduction
In this tutorial we learn how to install libjose-devel.x86_64 on Amazon Linux 2.
What is libjose-devel.x86_64
This package contains development files for libjose.
We can use yum to install libjose-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libjose-devel.x86_64.
Install libjose-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libjose-devel.x86_64 using yum by running the following command:
sudo yum -y install libjose-devel.x86_64
How To Uninstall libjose-devel.x86_64 on Amazon Linux 2
To uninstall only the libjose-devel.x86_64 package we can use the following command:
sudo yum remove libjose-devel.x86_64
libjose-devel.x86_64 Package Contents on Amazon Linux 2
/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.x86_64 on Amazon Linux 2 using yum.