当前位置:网站首页>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 .
边栏推荐
- Knowledge - how to build rapport in sales with 3 simple skills
- Thingsboard tutorial (II and III): calculating the temperature difference between two devices in a regular chain
- Cloud native -- websocket of Web real-time communication technology
- Idea grey screen problem
- dbt产品初体验
- Pytorch Profiler+ Tensorboard + VS Code
- (04).NET MAUI实战 MVVM
- Implementation of aut, a self-developed transport layer protocol for sound network -- dev for dev column
- 【论文阅读|深读】Role2Vec:Role-Based Graph Embeddings
- 基于ROS的SLAM建图、自动导航、避障(冰达机器人)
猜你喜欢
随机推荐
Collinearity problem
Cloud native -- websocket of Web real-time communication technology
The school training needs to make a registration page. It needs to open the database and save the contents entered on the registration page into the database
Hebb and delta learning rules
Error encountered in SQL statement, solve
Interface testing -- how to analyze an interface?
Implementation of aut, a self-developed transport layer protocol for sound network -- dev for dev column
【论文阅读|深读】Role2Vec:Role-Based Graph Embeddings
Interpretation score of bilstm-crf in NER_ sentence
[cloud native] AI cloud development platform - Introduction to AI model foundry (developers can experience AI training model for free)
When easycvr deploys a server cluster, what is the reason why one is online and the other is offline?
SQL server2005中SUM函数中条件筛选(IF)语法报错
MySQL updates JSON string in array form
第十一天 脚本与游戏AI
Integrating viewbinding and viewholder with reflection
【力扣刷题总结】数据库题目按知识点分类总结(持续更新/简单和中等题已完结)
Sql语句遇到的错误,求解
Node-RED系列(二八):基于OPC UA节点与西门子PLC进行通讯
基于ROS的SLAM建图、自动导航、避障(冰达机器人)
[operation] MySQL query on May 24, 2022









