How To Install cjose-devel on Fedora 36

In this tutorial we learn how to install cjose-devel in Fedora 36. cjose-devel is Development files for cjose

Introduction

In this tutorial we learn how to install cjose-devel on Fedora 36.

What is cjose-devel

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

We can use yum or dnf to install cjose-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cjose-devel.

Install cjose-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cjose-devel using dnf by running the following command:

sudo dnf -y install cjose-devel

Install cjose-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cjose-devel using yum by running the following command:

sudo yum -y install cjose-devel

How To Uninstall cjose-devel on Fedora 36

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

sudo dnf remove cjose-devel

cjose-devel Package Contents on Fedora 36

/usr/include/cjose
/usr/include/cjose/base64.h
/usr/include/cjose/cjose.h
/usr/include/cjose/error.h
/usr/include/cjose/header.h
/usr/include/cjose/jwe.h
/usr/include/cjose/jwk.h
/usr/include/cjose/jws.h
/usr/include/cjose/util.h
/usr/include/cjose/version.h
/usr/lib64/libcjose.so
/usr/lib64/pkgconfig/cjose.pc

References

Summary

In this tutorial we learn how to install cjose-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install cjose-devel on Fedora 36” linkTitle: “cjose-devel” type: “docs” description: “In this tutorial we learn how to install cjose-devel in Fedora 36. cjose-devel is Development files for cjose” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cjose-devel-featured.png

Introduction

In this tutorial we learn how to install cjose-devel on Fedora 36.

What is cjose-devel

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

We can use yum or dnf to install cjose-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cjose-devel.

Install cjose-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cjose-devel using dnf by running the following command:

sudo dnf -y install cjose-devel

Install cjose-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cjose-devel using yum by running the following command:

sudo yum -y install cjose-devel

How To Uninstall cjose-devel on Fedora 36

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

sudo dnf remove cjose-devel

cjose-devel Package Contents on Fedora 36

/usr/include/cjose
/usr/include/cjose/base64.h
/usr/include/cjose/cjose.h
/usr/include/cjose/error.h
/usr/include/cjose/header.h
/usr/include/cjose/jwe.h
/usr/include/cjose/jwk.h
/usr/include/cjose/jws.h
/usr/include/cjose/util.h
/usr/include/cjose/version.h
/usr/lib/libcjose.so
/usr/lib/pkgconfig/cjose.pc

References

Summary

In this tutorial we learn how to install cjose-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).