EPEL release

EPEL FAQ

wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum localinstall -y epel-release-latest-*.noarch.rpm

Brother printer

Search online at brothers website for printer model and follow download link from there

chmod +x linux-brprinter-installer-2.1.1-1
yum install -y linux-brprinter-installer-2.1.1-1

If this doesnt work, follow instructions on website:

gunzip linux-brprinter-installer-2.1.1-1.gz
bash linux-brprinter-installer-2.1.1-1 HL-L2340DW

Anaconda

Do not heed warning - allow the path variable to change

wget https://repo.continuum.io/archive/Anaconda3-4.4.0-Linux-x86_64.sh
bash Anaconda3*.sh
rm Anaconda3*.sh

R

# dependencies - you may need to install the latest epel release as well
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/texinfo-tex-5.1-4.el7.x86_64.rpm
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/texlive-epsf-doc-svn21461.2.7.4-38.el7.noarch.rpm
wget http://mirror.centos.org/centos/7/os/x86_64/Packages/texlive-epsf-svn21461.2.7.4-38.el7.noarch.rpm

yum localinstall -y texlive-epsf-doc-svn21461.2.7.4-38.el7.noarch.rpm
yum localinstall -y texlive-epsf-svn21461.2.7.4-38.el7.noarch.rpm
yum localinstall -y texinfo-tex-5.1-4.el7.x86_64.rpm

# r and rstudio
yum install -y R
wget https://download1.rstudio.org/rstudio-1.0.143-x86_64.rpm
yum install -y rstudio*.rpm

OS install tools