How To Install liblouis-utils on Fedora 36

In this tutorial we learn how to install liblouis-utils in Fedora 36. liblouis-utils is Command-line utilities to test liblouis

Introduction

In this tutorial we learn how to install liblouis-utils on Fedora 36.

What is liblouis-utils

Six test programs are provided as part of the liblouis package. They are intended for testing liblouis and for debugging tables. None of them is suitable for braille transcription.

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

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

sudo dnf -y install liblouis-utils

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

sudo yum -y install liblouis-utils

How To Uninstall liblouis-utils on Fedora 36

To uninstall only the liblouis-utils package we can use the following command:

sudo dnf remove liblouis-utils

liblouis-utils Package Contents on Fedora 36

/usr/bin/lou_allround
/usr/bin/lou_checkhyphens
/usr/bin/lou_checktable
/usr/bin/lou_checkyaml
/usr/bin/lou_debug
/usr/bin/lou_tableinfo
/usr/bin/lou_trace
/usr/bin/lou_translate
/usr/lib/.build-id
/usr/lib/.build-id/31
/usr/lib/.build-id/31/2d861f216f64bf0f5e79ea9005c156990e86b1
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/eae41dce69f53ac9da388156b86fd302b515ba
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/b0a9fa3d4f0ce4f6d78ab5e3b1623d0af2610f
/usr/lib/.build-id/77/e7d960d203e3e974af13be328b1d73d677b2a3
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/2f9f0543a4cb0516e157bcb2c61b121e5a0ca2
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/e1766d142ee8ef7de44804f0b99fe42d444b6c
/usr/lib/.build-id/da
/usr/lib/.build-id/da/7cb9f0e355484c77664b40c02a85639fb150a5
/usr/lib/.build-id/df
/usr/lib/.build-id/df/b99503180d4c625933dc8d17e69dc90e659c9f
/usr/share/licenses/liblouis-utils
/usr/share/licenses/liblouis-utils/COPYING
/usr/share/man/man1/lou_allround.1.gz
/usr/share/man/man1/lou_checkhyphens.1.gz
/usr/share/man/man1/lou_checktable.1.gz
/usr/share/man/man1/lou_checkyaml.1.gz
/usr/share/man/man1/lou_debug.1.gz
/usr/share/man/man1/lou_tableinfo.1.gz
/usr/share/man/man1/lou_trace.1.gz
/usr/share/man/man1/lou_translate.1.gz

References

Summary

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