Last active
August 19, 2016 14:10
-
-
Save trungnt13/868df81c5a3447a8190ae8b22b7c4d89 to your computer and use it in GitHub Desktop.
CentOS 7.2
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
## Add all repos | |
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm | |
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-rpm-macros-7-8.noarch.rpm | |
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm | |
rpm -Uvh https://www.mirrorservice.org/sites/dl.atrpms.net/src/el7-x86_64/atrpms/stable/atrpms-repo-7-7.src.rpm | |
rpm -Uvh http://repo.webtatic.com/yum/el7/webtatic-release.rpm | |
sudo yum install git | |
mkdir download | |
cd download | |
sudo yum install autoconf | |
sudo yum install automake | |
sudo yum install rpm-build | |
wget ftp://195.220.108.108/linux/fedora-secondary/development/rawhide/source/SRPMS/b/byobu-5.97-2.fc24.src.rpm | |
rpmbuild --rebuild byobu-5.97-2.fc24.src.rpm | |
sudo yum localinstall -y ~/rpmbuild/RPMS/noarch/byobu-5.97-2.el7.centos.noarch.rpm | |
sudo yum group install "Development Tools" | |
sudo yum install libXext | |
sudo yum install libSM | |
sudo yum install 'graphviz*' | |
sudo yum install libpng-devel freetype-devel | |
sudo yum install libXrender |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment