Skip to content

Instantly share code, notes, and snippets.

@yuasatakayuki
Created March 7, 2016 02:51
Show Gist options
  • Save yuasatakayuki/6db41d3ecb71c4b09b42 to your computer and use it in GitHub Desktop.
Save yuasatakayuki/6db41d3ecb71c4b09b42 to your computer and use it in GitHub Desktop.
#!/bin/bash
##############################################
#yum-related things
##############################################
sudo yum update
sudo yum groupinstall -y "GNOME Desktop" "Graphical Administration Tools" "Console Internet Tools" "Scientific Support" "Development Tools" "System Administration Tools"
sudo yum install -y zsh
sudo yum install -y openssl-devel readline-devel zlib-devel curl-devel expat expat-devel ImageMagick ImageMagick-devel bzip2-devel python-devel ruby-devel
sudo yum install -y dbus-python-devel.x86_64 gstreamer-python-devel.x86_64 lvm2-python-libs.x86_64 python-backports-lzma.x86_64 python-brlapi.x86_64
sudo yum install -y python-coverage.x86_64 python-crypto.x86_64 python-cups.x86_64 python-cups-doc.x86_64 python-debug.x86_64 python-deltarpm.x86_64 python-devel.x86_64
sudo yum install -y python-dmidecode.x86_64 python-ethtool.x86_64 python-gevent.x86_64 python-gpod.x86_64 python-greenlet-devel.x86_64 python-gudev.x86_64 python-hivex.x86_64 python-isomd5sum.x86_64 python-kmod.x86_64 python-krbV.x86_64 python-libguestfs.x86_64 python-libs.x86_64 python-lxml.x86_64 python-markupsafe.x86_64 python-matplotlib.x86_64 python-matplotlib-doc.x86_64 python-matplotlib-qt4.x86_64 python-matplotlib-tk.x86_64 python-nss.x86_64 python-pcp.x86_64 python-perf.x86_64 python-pillow.x86_64 python-pillow-devel.x86_64 python-pillow-doc.x86_64 python-pillow-sane.x86_64 python-pillow-tk.x86_64 python-psycopg2.x86_64 python-psycopg2-debug.x86_64 python-psycopg2-doc.x86_64 python-pwquality.x86_64 python-pyblock.x86_64 python-pycurl.x86_64 python-reportlab.x86_64 python-reportlab-docs.x86_64 python-rhsm.x86_64 python-schedutils.x86_64 python-setproctitle.x86_64 python-tdb.x86_64 python-test.x86_64 python-tevent.x86_64 python-tools.x86_64 python-twisted-core.x86_64 python-twisted-web.x86_64 python-volume_key.x86_64 python-cheetah.x86_64 python-greenlet.x86_64 python-kerberos.x86_64 python-ldap.x86_64 python-libteam.x86_64 python-nss-doc.x86_64 python-pillow-qt.x86_64 python-twisted-core-doc.x86_64 python-twisted-words.x86_64 python-urwid.x86_64 python-zope-interface.x86_64
sudo yum install -y install bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel
sudo yum install -y perl perl-devel
sudo yum install -y nano emacs swig swig-devel cmake
sudo yum install -y readline-devel
sudo yum install -y gcc-gfortran libgfortran
sudo yum install -y libXpm libXpm-devel
sudo yum install -y autoconf automake19 libtool gettext git scons cmake flex bison libcurl-devel curl bzip2-devel expat-devel
sudo yum install -y chromium firefox
sudo yum install -y irb m4 ruby texinfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment