How to install libjwt on AlmaLinux, Rocky Linux & 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.
Compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
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 3,000+ more packages across every maintained Enterprise Linux release.
Subscribe — from $10/moFrequently asked questions
How do I install libjwt on AlmaLinux, Rocky Linux or RHEL?
Add the GetPageSpeed repository, then run: sudo dnf -y install libjwt (use yum on EL7). The same package works on AlmaLinux, Rocky Linux, Oracle Linux, CentOS Stream and RHEL.
Which Enterprise Linux versions is libjwt available for?
libjwt is available for RHEL 6, 7, 8, 9, 10 and the matching AlmaLinux, Rocky Linux and Oracle Linux releases.
Is libjwt compatible with Rocky Linux, Oracle Linux and CentOS Stream?
Yes. The RPM is built for Enterprise Linux and is binary-compatible across all RHEL rebuilds of the same major version, including AlmaLinux, Rocky Linux, Oracle Linux and CentOS Stream.