当前位置:网站首页>A solution to the problem of "couldn't open file /mnt/repodata/repomd.xml"
A solution to the problem of "couldn't open file /mnt/repodata/repomd.xml"
2022-06-30 04:07:00 【Xiao Zhu, classmate Wu】
We are using yum install When installing required packages , Would report such a mistake .

My solution is :

echo '
[local]
name=local
baseurl=file:///mnt
enabled=1
gpgcheck=0 ' > local.repo then :
mount /dev/cdrom /mnt
yum clean all && yum repolist 
Last yum You can use it .
边栏推荐
- lego_ Reading and summary of loam code
- 技术分享| 融合调度中的广播功能设计
- How to analyze and solve the problem of easycvr kernel port error through process startup?
- SQLyog导入数据库时报错,求帮解决!
- [operation] MySQL query operation 2 on May 25, 2022
- 【图像融合】基于交叉双边滤波器和加权平均实现多焦点和多光谱图像融合附matlab代码
- Vscode+anaconda+jupyter reports an error: kernel did with exit code
- 解决navicat连接数据库遇到的问题
- DRF -- nested serializer (multi table joint query)
- AI落地的新范式,就“藏”在下一场软件基础设施的重大升级里
猜你喜欢
![[punch in - Blue Bridge Cup] day 5 --- lower() small](/img/b5/21f51a7416c72c299cc59192a33b3a.jpg)
[punch in - Blue Bridge Cup] day 5 --- lower() small

声网自研传输层协议 AUT 的落地实践丨Dev for Dev 专栏
![[note] on May 27, 2022, MySQL is operated through pychart](/img/34/36a3765683b2af485ca7c3e366da59.png)
[note] on May 27, 2022, MySQL is operated through pychart
![[fuzzy neural network prediction] water quality prediction based on fuzzy neural network, including Matlab source code](/img/88/038826ec6d16c8eb04d9ef2e01d47a.png)
[fuzzy neural network prediction] water quality prediction based on fuzzy neural network, including Matlab source code

Day 9 script and resource management

An error occurs when sqlyog imports the database. Please help solve it!

AI落地的新范式,就“藏”在下一场软件基础设施的重大升级里

lego_loam 代码阅读与总结
![[note] Introduction to data analysis on June 7, 2022](/img/8b/9119bfdd10227f5c29ca2ece192880.png)
[note] Introduction to data analysis on June 7, 2022

The jupyter notebook kernel hangs up frequently and needs to be restarted
随机推荐
Thinkphp5 implements import function
[note] on May 28, 2022, data is obtained from the web page and written into the database
云原生——Web实时通信技术之Websocket
Knowledge - how to build rapport in sales with 3 simple skills
Smart use of bitmap to achieve 100 million level massive data statistics
Errno and PERROR
Cloud native -- websocket of Web real-time communication technology
深入浅出掌握grpc通信框架
Slam mapping, automatic navigation and obstacle avoidance based on ROS (bingda robot)
你清楚AI、数据库与计算机体系
[Thesis reading | deep reading] dane:deep attributed network embedding
如何通过进程启动来分析和解决EasyCVR内核端口报错问题?
How to analyze and solve the problem of easycvr kernel port error through process startup?
dotnet-exec 0.5.0 released
Concatenation of Languages(UVA10887)
matplotlib. pyplot. Hist parameter introduction
Using virtual environments in jupyter notebook
What does the hyphen mean for a block in Twig like in {% block body -%}?
el-upload上传文件(手动上传,自动上传,上传进度)
NER中BiLSTM-CRF解读score_sentence