标签:
使用yum安装软件
配置yum配置文件
cd /etc/yum.repos.d/
vim rhel7.repo
[rhel7-source]
name=rhel7-source
baseurl=file:///mnt
enabled =1
gpgcheck=0
df -h光盘挂载路径
yum clean all
清空yum缓存,
yum list
yum install zsh 自动监测包,并进行继续
安装一组软件包
yum groupinstall security tools
yum list z*
标签:
原文地址:http://www.cnblogs.com/php-rearch/p/5011425.html