How To Install jbigkit-devel on Fedora 36

In this tutorial we learn how to install jbigkit-devel in Fedora 36. jbigkit-devel is JBIG1 lossless image compression library – development files

Introduction

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

What is jbigkit-devel

The jbigkit-devel package contains files needed for development using the JBIG-KIT image compression library.

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

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

sudo dnf -y install jbigkit-devel

Install jbigkit-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 jbigkit-devel using yum by running the following command: title: “How To Install jbigkit-devel on Fedora 36”

linkTitle: "jbigkit-devel"
sudo yum -y install jbigkit-devel
type: "docs"

description: “In this tutorial we learn how to install jbigkit-devel in Fedora 36. jbigkit-devel is JBIG1 lossless image compression library – development files”

How To Uninstall jbigkit-devel on Fedora 36

date: “2022-08-17”

lastmod: “2022-08-17” To uninstall only the jbigkit-devel package we can use the following command: #image: /images/fedora/36/jbigkit-devel-featured.png



sudo dnf remove jbigkit-devel
## Introduction

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

jbigkit-devel Package Contents on Fedora 36

What is jbigkit-devel


> The jbigkit-devel package contains files needed for development using the JBIG-KIT image compression library.  

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

## Install jbigkit-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install jbigkit-devel

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

sudo yum -y install jbigkit-devel

How To Uninstall jbigkit-devel on Fedora 36

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

sudo dnf remove jbigkit-devel

jbigkit-devel Package Contents on Fedora 36

/usr/include/jbig.h
/usr/include/jbig85.h
/usr/include/jbig_ar.h
/usr/lib64/libjbig.so
/usr/lib64/libjbig85.so

References

Summary

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

/usr/include/jbig.h /usr/include/jbig85.h /usr/include/jbig_ar.h /usr/lib/libjbig.so /usr/lib/libjbig85.so


## References

* [jbigkit-devel website](http://www.cl.cam.ac.uk/~mgk25/jbigkit/)

## Summary

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