Skip to content

Instantly share code, notes, and snippets.

@wirelessr
Last active November 15, 2017 09:36
Show Gist options
  • Save wirelessr/367625b0bc7f33d97e9a18eaf6d9ea37 to your computer and use it in GitHub Desktop.
Save wirelessr/367625b0bc7f33d97e9a18eaf6d9ea37 to your computer and use it in GitHub Desktop.
yum install gcc gcc-c++ kernel-devel make
yum groupinstall "Development Tools"
# centos 6
# yum install epel-release
yum install bash-completion
yum whatprovides libstdc++.so.6
yum install libstdc++-4.4.7-3.el6.i686
# yum search packages
# yum install packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment