#! /bin/bash ### centos_node-2of2.txt. #1 ## Installation of some software and packages yum install -y epel-release yum install -y nfs-utils 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 yum install -y zlib-devel.x86_64 yum install -y python36 python36-devel.x86_64 python36-pip.noarch python34-pip.noarch python34-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