How to Install and Uninstall texlive-lua-uni-algos.noarch Package on Fedora 38

Last updated: September 24,2024

1. Install "texlive-lua-uni-algos.noarch" package

Please follow the steps below to install texlive-lua-uni-algos.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install texlive-lua-uni-algos.noarch

2. Uninstall "texlive-lua-uni-algos.noarch" package

Learn how to uninstall texlive-lua-uni-algos.noarch on Fedora 38:

$ sudo dnf remove texlive-lua-uni-algos.noarch $ sudo dnf autoremove

3. Information about the texlive-lua-uni-algos.noarch package on Fedora 38

Last metadata expiration check: 3:17:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : texlive-lua-uni-algos
Epoch : 10
Version : svn62204
Release : 65.fc38
Architecture : noarch
Size : 96 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Unicode algorithms for LuaTeX
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : Lua code working with Unicode data has to deal with quite some
: challenges. For example there are many canonically equivalent
: sequences which should be treated in the same way, and even
: identifying a single character becomes quite different once you
: have to deal with all kinds of combining characters, emoji
: sequences and syllables in different scripts. Therefore
: lua-uni-algos wants to build a collection of small libraries
: implementing algorithms to deal with lots of the details in
: Unicode, such that authors of LuaTeX packages can focus on
: their actual functionality instead of having to fight against
: the peculiarities of Unicode. Given that this package provides
: Lua modules, it is only useful in Lua(HB)TeX. Additionally, it
: expects an up-to-date version of the unicode-data package to be
: present. This package is intended for package authors only; no
: user-level functionality provided.