当前位置:网站首页>CentOS7本地源yum配置
CentOS7本地源yum配置
2020-11-10 10:41:00 【osc_mxz6aybo】
CentOS7本地源yum配置
- 使用软件VMware Workstation 16pro
- 系统CentOS 7
- 镜像文件CentOS-7-x86_64-DVD-1511.iso
CentOS系统在虚拟机上或者真机上安装完后,想要安装软件有两种方法,除了本地源yum安装,还有网络安装,但是使用网络安装有时候会出现一些错误,所以建议先把本地源配置设置好。
打开虚拟机后在设置里连接下载好或者安装系统的镜像文件
要注意当镜像连接虚拟机成功之后,虚拟机右下角会显示
打开CentOS的终端输入
- 注:打开终端后建议先切换到root用户模式下
su root
df -h #查看已挂载的设备
- /dev/sr0 是镜像的设备名 后面的run/media/root/…是镜像的默认挂载路径 我们要重新设置挂载路径
- 先在mnt目录下创建cdrom,然后将镜像挂载到cdrom下
mount /dev/sr0 /mnt/cdrom/
- 挂载成功后会如图显示
- 设置挂载后进入到
cd /etc/yum.repos.d/
目录下
vi CentOS-Media.repo
编辑次文件将里面的内容复制然后退出
使用 rm -f *
删除所有文件
然后自己创建一个.reop的文件如下
#文件代码如下
[a] #这里的两处a是创建的文件名
name=a
baseurl=file:///mnt/cdrom/ #这里是挂载的目录
gpgcheck=0 #不启用
enabled=1 #验证gpg不开启
#然后保存退出
因为重新设置了yum的配置所有要使用如下命令
yum clean alll #清除所有yum配置
yum makecache #建立yum的新缓存
成功会显示如下
最后查询已安装的软件包 yum list
到此CentOS本地源yum配置完成
版权声明
本文为[osc_mxz6aybo]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4271739/blog/4710550
边栏推荐
猜你喜欢
csdn bug4:待加
Oschina: my green plants are potatoes, ginger and garlic
关于centos启动报错:Failed to start Crash recovery kernel arming的解决方案
假如需要一百万个对象
Overview of the most complete anomaly detection algorithm in history
Thinking about competitive programming: myths and shocking facts
小度“破圈”提速,IoT迎来新故事
Mongodb index management of distributed document storage database
史上最全异常检测算法概述
csdn bug1:待加
随机推荐
About CentOS start error: the solution of failed to start crash recovery kernel arming
CSDN bug5: to be added
csdn bug3:待加
Leetcode 1-sum of two numbers
从零开始学习 YoMo 系列教程:开篇
CSDN bug8: to be added
Raspberry pie drum set WiFi
js解决浏览器打印自动分页的问题
世界上最伟大的10个公式,其中一个人尽皆知
Gets the property value of a column in the list collection object
For programmers, those unfamiliar and familiar computer hardware
Promote China manufacturing upgrade, 3D visualization of production line in automobile assembly workshop
B. protocal has 7000eth assets in one week!
【技术教程】Visual Studio 2017自建WebRTC中peerconnection_client程序报LNK2019 无法解析的外部符号错误
上线1周,B.Protocal已有7000ETH资产!
《Python Cookbook 3rd》笔记(2.1):使用多个界定符分割字符串
CSDN bug4: to be added
lodash.js Source code flatten
ServiceManagerProxy中mRemote变量指的什么?
iNeuOS工业互联平台,WEB组态(iNeuView)增加工程视图导入、导出功能,及优化和修复,发布:v3.2.1版本