How to install libjwt on AlmaLinux, Rocky Linux, Oracle Linux and RHEL
JSON Web Tokens C library
Availability
| Distro | aarch64 | noarch | x86_64 | Version |
|---|---|---|---|---|
| RHEL 10 | ✓ | — | ✓ | 1.13.1 |
| RHEL 9 | — | — | ✓ | 1.13.1 |
| RHEL 8 | — | — | ✓ | 1.13.1 |
| RHEL 7 | ✓ | — | ✓ | 1.13.1 |
| RHEL 6 | — | — | ✓ | 1.12.0 |
Description
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. This package is a C library implementing JWT functionality. It supports HS256/384/512, RS256/384/512 and ES256/384/512 digest algorithms.
Built for AlmaLinux, Rocky Linux, Oracle Linux and RHEL.
Install
libjwt on AlmaLinux / Rocky Linux / Oracle Linux / RHEL 8, 9, 10
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install libjwt
libjwt on CentOS 7 / RHEL 7
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install libjwt
libjwt on CentOS / RHEL 6
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install libjwt
Package downloads require an active GetPageSpeed subscription — one repository for libjwt and thousands more packages for AlmaLinux, Rocky Linux, Oracle Linux and RHEL.
Subscribe — from $10/moFrequently asked questions
How do I install libjwt on AlmaLinux, Rocky Linux, Oracle Linux and RHEL?
Add the GetPageSpeed repository, then install the libjwt package with your system package manager.
Which Enterprise Linux versions is libjwt available for?
libjwt is available for RHEL 6, 7, 8, 9, 10.