How To Install leptonica-tools on Fedora 36
Introduction
In this tutorial we learn how to install leptonica-tools
on Fedora 36.
What is leptonica-tools
The leptonica-tools package contains leptonica utility tools.
We can use yum
or dnf
to install leptonica-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install leptonica-tools.
Install leptonica-tools 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 leptonica-tools
using dnf
by running the following command:
sudo dnf -y install leptonica-tools
Install leptonica-tools 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 leptonica-tools
using yum
by running the following command:
sudo yum -y install leptonica-tools
How To Uninstall leptonica-tools on Fedora 36
To uninstall only the leptonica-tools
package we can use the following command:
sudo dnf remove leptonica-tools
leptonica-tools Package Contents on Fedora 36
/usr/bin/convertfilestopdf
/usr/bin/convertfilestops
/usr/bin/convertformat
/usr/bin/convertsegfilestopdf
/usr/bin/convertsegfilestops
/usr/bin/converttopdf
/usr/bin/converttops
/usr/bin/fileinfo
/usr/bin/xtractprotos
/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/3672e3832754a91b5d8ff76b6f49bce6b41320
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/c9f05c125e041890d316e6b075a9d245381934
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/61a97206551fee62282017999e049da03ac45a
/usr/lib/.build-id/64
/usr/lib/.build-id/64/aac75a85f641002f2cd4a807261b5b5810d083
/usr/lib/.build-id/66
/usr/lib/.build-id/66/4483ff93813c75cfeb0f9878d5a686ae160f88
/usr/lib/.build-id/70
/usr/lib/.build-id/70/4dc490a86edbe322569498aa7f88bb9e69605e
/usr/lib/.build-id/77
/usr/lib/.build-id/77/fbcbb4508770a0547260428fe46eaf44a94b5a
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/b57b19d5f769f0975fcf621139ad5f43856519
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/8c329c14826fc3e9c2d6ad6d388ab4a0840c37
References
Summary
In this tutorial we learn how to install leptonica-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).