Skip to content

Instantly share code, notes, and snippets.

@ptantiku
Created November 2, 2016 06:40
Show Gist options
  • Save ptantiku/0dc3f769d8e52291c170fbea6a90fc43 to your computer and use it in GitHub Desktop.
Save ptantiku/0dc3f769d8e52291c170fbea6a90fc43 to your computer and use it in GitHub Desktop.
Install TexLive and TexStudio on Redhat 7.2
#!/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
@ptantiku
Copy link
Author

ptantiku commented Nov 2, 2016

Display other versions:
yum --showduplicates list texstudio

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