How To Install yagf on Fedora 36
Introduction
In this tutorial we learn how to install yagf
on Fedora 36.
What is yagf
YAGF is a graphical interface for the cuneiform text recognition program. With YAGF you can scan images via XSane, perform images preprocessing and recognize texts using cuneiform from a single command center. YAGF also makes it easy to scan and recognize several images sequentially.
We can use yum
or dnf
to install yagf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yagf.
Install yagf 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 yagf
using dnf
by running the following command:
sudo dnf -y install yagf
Install yagf 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 yagf
using yum
by running the following command:
sudo yum -y install yagf
How To Uninstall yagf on Fedora 36
To uninstall only the yagf
package we can use the following command:
sudo dnf remove yagf
yagf Package Contents on Fedora 36
/usr/bin/yagf
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/08e32d87194ddd4f2a5c706879e331dc854729
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/6782f7b896d5ea3d101f590008bde192dd85bb
/usr/lib64/yagf
/usr/lib64/yagf/libxspreload.so
/usr/share/appdata/YAGF.appdata.xml
/usr/share/applications/YAGF.desktop
/usr/share/doc/yagf
/usr/share/doc/yagf/AUTHORS
/usr/share/doc/yagf/COPYING
/usr/share/doc/yagf/ChangeLog
/usr/share/doc/yagf/DESCRIPTION
/usr/share/doc/yagf/README
/usr/share/icons/hicolor/96x96/apps/yagf.png
/usr/share/pixmaps/yagf.png
/usr/share/yagf
/usr/share/yagf/translations
/usr/share/yagf/translations/yagf_fr.qm
/usr/share/yagf/translations/yagf_ru.qm
References
Summary
In this tutorial we learn how to install yagf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).