#! /bin/bash ## Installation of some default software and packages when a CentOS 8 server is first set up. dnf install -y epel-release dnf -y install lshw.x86_64 install firefox dnf install -y python-devel.x86_64 ##needed by lammps dnf install -y libjpeg-turbo-devel.x86_64 dnf groups mark convert dnf groupinstall -y "Development Tools" dnf install -y glib.x86_64 dnf install -y vim sshpass dnf install -y zlib-devel.x86_64 dnf install -y python34-pip.noarch python34-devel.x86_64 dnf 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 dnf install -y centos-release-scl dnf install -y dnf install rh-python36* mesa-libGLES-devel.x86_64 ### Install google chrome ### dnf install -y libappindicator-gtk3-devel.* dnf install -y liberation-fonts.noarch dnf -y install redhat-lsb libXScrnSaver dnf install openmpi