CentOS Linux Install Core Development
时间:2014-06-07 01:23:47
收藏:0
阅读:317
How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?
you can following the nest line do ,install almost all development tools:
Open termianl or login over ssh session and type the following command as root user:
you can following the nest line do ,install almost all development tools:
Open termianl or login over ssh session and type the following command as root user:
# yum groupinstall ‘Development Tools‘
评论(0)