#! /bin/bash ## Installation of some default software and packages when a CentOS 7 server is first set up. yum install -y epel-release yum -y install lshw.x86_64 install firefox yum install -y python-devel.x86_64 ##needed by lammps yum install -y seamonkey yum install -y libjpeg-turbo-devel.x86_64 yum groups mark convert yum groupinstall -y "Development Tools" yum install -y glib.x86_64 yum install -y vim sshpass yum install -y zlib-devel.x86_64 yum install -y python34-pip.noarch python34-devel.x86_64 yum install -y lapack.x86_64 lapack-devel.x86_64 lapack-static.x86_64 lapack64.x86_64 lapack64-devel.x86_64 lapack64-static.x86_64 blas-static.x86_64 blas-devel.x86_64 blas64.x86_64 blas64-devel.x86_64 yum install -y centos-release-scl yum install -y yum install rh-python36* mesa-libGLES-devel.x86_64 ### Install google chrome ### wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm; yum install -y libappindicator-gtk3-devel.* # libappindicator-gtk3-devel.x86_6 yum install -y liberation-fonts.noarch yum -y install redhat-lsb libXScrnSaver rpm -ivh google-chrome-stable_current_x86_64.rpm yum -y reinstall google-chrome yum -y install openmpi