Skip to content

Instantly share code, notes, and snippets.

@melvincabatuan
Created August 25, 2015 23:45
Show Gist options
  • Star 33 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save melvincabatuan/350f86611bc012a5c1c6 to your computer and use it in GitHub Desktop.
Save melvincabatuan/350f86611bc012a5c1c6 to your computer and use it in GitHub Desktop.
Centos 7 latex install
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
@billglick
Copy link

None of these were still getting a full install of all texlive packages. Here's what I ended up doing, which I think works:

yum -y install texlive texlive-*.noarch

@irenge
Copy link

irenge commented Aug 18, 2018

cool
I am looking for something like texstudio in Centos 7. I mean the ide.
I did yum install texmaker after running the above command and all sounds cool though not yet fully tested

@jmcabandara
Copy link

I tried to install yum install texmaker on Red Hat Enterprise Linux release 8.5 (Ootpa) and it is not working...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment