Last active
April 19, 2018 15:15
-
-
Save jamal919/7f0b12f1528c4c05048874312dc6d799 to your computer and use it in GitHub Desktop.
CentOS After Install Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
yum install epel-release | |
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm | |
yum update | |
yum install ntfs-3g epel-release | |
grub2-mkconfig -o /etc/grub2.cfg | |
yum install vlc | |
yum install gcc gcc-gfortran gcc-c++ | |
yum install nco ncview | |
yum install netcdf netcdf-devel netcdf-fortran netcdf-fortran-devel hdf hdf-devel hdf5 hdf5-devel | |
yum install cmake libtool bison byacc flex | |
yum install mpich mpich-devel | |
yum install netcdf-mpich netcdf-mpich-devel netcdf-mpich-static hdf5-mpich hdf5-mpich-devel hdf5-mpich-static hdf5-static | |
yum install redhat-lsb libXScrnSaver | |
yum install emacs vim htop tmux | |
yum install git subversion mercurial | |
yum install ncl | |
yum install qgis qgis-grass qgis-python | |
yum install gdal gdal-devel gdal-python | |
yum install scipy numpy python-matplotlib netcdf-python pyproj python-basemap python-basemap-data | |
yum install spyder python-pip | |
pip install --upgrade pip | |
pip install jupyter | |
yum install inkscape gimp | |
yum install texmaker | |
yum install proj proj-devel gsl gsl-devel | |
yum install lapack lapack-devel | |
yum install scotch scotch-devel | |
yum install hwloc hwloc-devel | |
yum install libxml2 libxml2-devel openssl-devel | |
yum install libXpm-devel libXmu-devel motif-devel gd-devel | |
yum install libXaw libXaw-devel Xaw3d Xaw3d-devel giflib giflib-devel libtiff libtiff-devel ncurses-devel | |
yum install cairo-devel gnutls-devel libotf-devel m17n-lib-devel | |
yum install ImageMagick ImageMagick- | |
yum install gpm gpm-devel | |
yum install dos2unix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment