Last active
December 19, 2015 10:39
-
-
Save ankit-rakha/5941697 to your computer and use it in GitHub Desktop.
yum install
This file contains 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
wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo | |
// Editors | |
libotf, emacs, vim | |
// System utilities | |
lsof, tcpdump, strace | |
// File packaging utilities | |
zip, unzip | |
// Build utilities | |
rpm-build, automake, libtool, gcc-c++, pkgconfig, flex, gtest gtest-devel gperftools | |
// For Apache thrift | |
boost-devel | |
libevent-devel | |
zlib-devel | |
python-devel | |
ruby-devel | |
openssl-devel | |
// For infiniband communication required utilities | |
rpm -ivh libibverbs-devel-1.1.6-5.el6.x86_64.rpm | |
rpm -ivh libibcm-devel-1.0.5-3.el6.x86_64.rpm | |
rpm -ivh libibcommon-devel-1.2.0-3.el6.x86_64.rpm | |
rpm -ivh libibumad-devel-1.3.8-1.el6.x86_64.rpm | |
rpm -ivh libibmad-devel-1.3.9-1.el6.x86_64.rpm | |
rpm -ivh libuuid-devel-2.17.2-12.9.el6_4.3.x86_64.rpm | |
rpm -ivh infinipath-psm-devel-3.0.1-115.1015_open.1.1.el6_4.x86_64.rpm | |
rpm -ivh tw_cli-2.00.03.018-7.x86_64.rpm | |
yum install hdparm -y | |
yum install lshw | |
yum install smartmontools | |
yum install sdparm | |
yum install mod_dav_svn subversion | |
yum install apache-maven | |
yum install telnet telnet-server -y | |
yum install readline readline-devel guile guile-devel dejagnu expect | |
yum install ant | |
yum install screen | |
yum install valgrind | |
yum install pciutils | |
yum install tcl tk | |
yum install tcsh | |
yum install dmidecode | |
yum install binutils-devel | |
yum install libsysfs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment