yum安裝包工具命令使用 (1)列出所有可用的RPM包 # yum list|head -n 20 (2)搜索RPM包(兩種方法) # yum search vim # yum list|grep "vim" (3) ...