Created
August 25, 2015 23:45
-
-
Save melvincabatuan/350f86611bc012a5c1c6 to your computer and use it in GitHub Desktop.
Centos 7 latex install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum -y install texlive texlive-latex texlive-xetex | |
yum -y install texlive-collection-latex | |
yum -y install texlive-collection-latexrecommended | |
yum -y install texlive-xetex-def | |
yum -y install texlive-collection-xetex | |
Only if needed: | |
yum -y install texlive-collection-latexextra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to install
yum install texmaker
on Red Hat Enterprise Linux release 8.5 (Ootpa) and it is not working...