How To Install texlive-lua-uca on Fedora 36

In this tutorial we learn how to install texlive-lua-uca in Fedora 36. texlive-lua-uca is Unicode Collation Algorithm library for Lua

Introduction

In this tutorial we learn how to install texlive-lua-uca on Fedora 36.

What is texlive-lua-uca

The Lua-UCA library provides basic support for Unicode Collation Algorithm in Lua. It can be used to sort arrays of strings according to rules of particular languages. It can be used in other Lua projects that need to sort text in a language dependent way, like indexing processors, bibliographic generators, etc

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

Install texlive-lua-uca 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 texlive-lua-uca using dnf by running the following command:

sudo dnf -y install texlive-lua-uca

Install texlive-lua-uca 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 texlive-lua-uca using yum by running the following command:

sudo yum -y install texlive-lua-uca

How To Uninstall texlive-lua-uca on Fedora 36

To uninstall only the texlive-lua-uca package we can use the following command:

sudo dnf remove texlive-lua-uca

texlive-lua-uca Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/support/lua-uca
/usr/share/texlive/texmf-dist/doc/support/lua-uca/CHANGELOG.md
/usr/share/texlive/texmf-dist/doc/support/lua-uca/LICENSE
/usr/share/texlive/texmf-dist/doc/support/lua-uca/README.md
/usr/share/texlive/texmf-dist/doc/support/lua-uca/lua-uca-doc.pdf
/usr/share/texlive/texmf-dist/doc/support/lua-uca/lua-uca-doc.tex
/usr/share/texlive/texmf-dist/scripts/lua-uca
/usr/share/texlive/texmf-dist/scripts/lua-uca/lua-uca-collator.lua
/usr/share/texlive/texmf-dist/scripts/lua-uca/lua-uca-ducet.lua
/usr/share/texlive/texmf-dist/scripts/lua-uca/lua-uca-languages.lua
/usr/share/texlive/texmf-dist/scripts/lua-uca/lua-uca-reordering-table.lua
/usr/share/texlive/texmf-dist/scripts/lua-uca/lua-uca-tailoring.lua

References

Summary

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