How To Install jbig2dec-devel on Fedora 36
Introduction
In this tutorial we learn how to install jbig2dec-devel
on Fedora 36.
What is jbig2dec-devel
jbig2dec is a decoder implementation of the JBIG2 image compression format. JBIG2 is designed for lossy or lossless encoding of ‘bilevel’ (1-bit monochrome) images at moderately high resolution, and in particular scanned paper documents. In this domain it is very efficient, offering compression ratios on the order of 100 This package is only needed if you plan to develop or compile applications which requires the jbig2dec library.
We can use yum
or dnf
to install jbig2dec-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jbig2dec-devel.
Install jbig2dec-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 jbig2dec-devel
using dnf
by running the following command:
sudo dnf -y install jbig2dec-devel
Install jbig2dec-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 jbig2dec-devel
using yum
by running the following command:
sudo yum -y install jbig2dec-devel
How To Uninstall jbig2dec-devel on Fedora 36
To uninstall only the jbig2dec-devel
package we can use the following command:
sudo dnf remove jbig2dec-devel
jbig2dec-devel Package Contents on Fedora 36
/usr/include/jbig2.h
/usr/lib64/libjbig2dec.so
/usr/lib64/pkgconfig/jbig2dec.pc
/usr/share/doc/jbig2dec-devel
/usr/share/doc/jbig2dec-devel/CHANGES
/usr/share/doc/jbig2dec-devel/COPYING
/usr/share/doc/jbig2dec-devel/LICENSE
/usr/share/doc/jbig2dec-devel/README
References
Summary
In this tutorial we learn how to install jbig2dec-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install jbig2dec-devel on Fedora 36” linkTitle: “jbig2dec-devel” type: “docs” description: “In this tutorial we learn how to install jbig2dec-devel in Fedora 36. jbig2dec-devel is Static library and header files for development with jbig2dec” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/jbig2dec-devel-featured.png
Introduction
In this tutorial we learn how to install jbig2dec-devel
on Fedora 36.
What is jbig2dec-devel
jbig2dec is a decoder implementation of the JBIG2 image compression format. JBIG2 is designed for lossy or lossless encoding of ‘bilevel’ (1-bit monochrome) images at moderately high resolution, and in particular scanned paper documents. In this domain it is very efficient, offering compression ratios on the order of 100 This package is only needed if you plan to develop or compile applications which requires the jbig2dec library.
We can use yum
or dnf
to install jbig2dec-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jbig2dec-devel.
Install jbig2dec-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 jbig2dec-devel
using dnf
by running the following command:
sudo dnf -y install jbig2dec-devel
Install jbig2dec-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 jbig2dec-devel
using yum
by running the following command:
sudo yum -y install jbig2dec-devel
How To Uninstall jbig2dec-devel on Fedora 36
To uninstall only the jbig2dec-devel
package we can use the following command:
sudo dnf remove jbig2dec-devel
jbig2dec-devel Package Contents on Fedora 36
/usr/include/jbig2.h
/usr/lib/libjbig2dec.so
/usr/lib/pkgconfig/jbig2dec.pc
/usr/share/doc/jbig2dec-devel
/usr/share/doc/jbig2dec-devel/CHANGES
/usr/share/doc/jbig2dec-devel/COPYING
/usr/share/doc/jbig2dec-devel/LICENSE
/usr/share/doc/jbig2dec-devel/README
References
Summary
In this tutorial we learn how to install jbig2dec-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).