这里使用组安装包,一次性安装所有开发者工具. 1.查看有那些组安装包可用. yum grouplist | more 2.搜索一下有哪些和development有关. yum grouplist | grep development 查到以下内容: [root@noi ~]# yum grouplist | grep DevelopmentThere is no installed groups file.Maybe run: yum groups mark convert (see man y…
1. How to install "wget" command in Linux and how to use multiple : https://www.cyberciti.biz/tips/linux-wget-your-ultimate-command-line-downloader.html 2.以前接触red hat或者debian一类的linux比较常用的在线软件安装的工具就是yum或者apt-get 命令,但是第一次接触SUSE系统发现竟然都没有,本以为要自己装,后来…