Created
November 2, 2016 06:40
-
-
Save ptantiku/0dc3f769d8e52291c170fbea6a90fc43 to your computer and use it in GitHub Desktop.
Install TexLive and TexStudio on Redhat 7.2
This file contains 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
#!/bin/bash | |
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 | |
#Optional | |
#yum -y install texlive-collection-latexextra | |
yum -y install texlive-xltxtra | |
wget http://download.opensuse.org/repositories/home:/jsundermeyer/CentOS_CentOS-7/home:jsundermeyer.repo -O /etc/yum.repo.d/texstudio.repo | |
yum update | |
yum install -y texstudio-2.9.4-3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Display other versions:
yum --showduplicates list texstudio