How To Install texlive-ucs on CentOS 7
Introduction
In this tutorial we learn how to install texlive-ucs
on CentOS 7.
What is texlive-ucs
The bundle provides the ucs package, and utf8x.def, together with a large number of support files. The utf8x.def definition file for use with inputenc covers a wider range of Unicode characters than does utf8.def in the LaTeX distribution. The package provides facilities for efficient use of its large sets of Unicode characters. Glyph production may be controlled by various options, which permits use of non-ASCII characters when coding mathematical formulae. Note that the bundle previously had an alias “unicode”; that alias has now been withdrawn, and no package of that name now exists. date
We can use yum
or dnf
to install texlive-ucs
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ucs.
Install texlive-ucs on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install texlive-ucs
using yum
by running the following command:
Install texlive-ucs on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install texlive-ucs
using dnf
by running the following command:
How To Uninstall texlive-ucs on CentOS 7
To uninstall only the texlive-ucs
package we can use the following command:
References
Summary
In this tutorial we learn how to install texlive-ucs
on CentOS 7 using yum
and dnf
.