1. load rhel iso file;
2. mkdir /media/cdrom
3. ln -s /media/rhel的路径
4. gedit /etc/yum.repos.d/rhel-source.repo
name:(可以随便写) baseurl=file:///yum(这个就是你要挂在的本地目录) enabled=1 gpgcheck=0
5.安装增强组件
yum install gcc
yum install kernel-devel
本篇文章来源于 Linux公社网站(www.linuxidc.com) 原文链接:http://www.linuxidc.com/Linux/2013-06/86187.htm
时间: 2024-10-04 06:03:31