How to Install and Uninstall texlive-luatex.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 04,2024

1. Install "texlive-luatex.x86_64" package

In this section, we are going to explain the necessary steps to install texlive-luatex.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install texlive-luatex.x86_64

2. Uninstall "texlive-luatex.x86_64" package

Please follow the guidance below to uninstall texlive-luatex.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove texlive-luatex.x86_64 $ sudo dnf autoremove

3. Information about the texlive-luatex.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:48:17 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : texlive-luatex
Epoch : 7
Version : 20180414
Release : 19.el8
Architecture : x86_64
Size : 6.3 M
Source : texlive-20180414-19.el8.src.rpm
Repository : appstream
Summary : The LuaTeX engine
URL : http://tug.org/texlive/
License : GPLv2+
Description : LuaTeX is an extended version of pdfTeX using Lua as an
: embedded scripting language. The LuaTeX project's main
: objective is to provide an open and configurable variant of TeX
: while at the same time offering downward compatibility. LuaTeX
: uses Unicode (as UTF-8) as its default input encoding, and is
: able to use modern (OpenType) fonts (for both text and
: mathematics). It should be noted that LuaTeX is still under
: development; its specification has been declared stable, but
: absolute stability may not in practice be assumed.