会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
周光涛
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2021年12月27日
执行make报错Failed to search for file: Cannot update read-only repo
摘要: 通过安装make,执行命令yum -y install gcc automake autoconf libtool make 检查make是否安装成功和版本make -v 测试编译那种python3.8.1 测试成功,make && make install
阅读全文
posted @ 2021-12-27 18:15 周同学带您玩AI
阅读(1100)
评论(0)
推荐(0)
rhel 8执行yum update和yum install python3报错Error: There are no enabled repos.
摘要: 通过报错Error: There are no enabled repos. 初步判断是yum源仓库问题,进入/etc/yum.repos.d/目录查看repo源, cat yum.repos.d,没有repo源 通过配置外网yum源,更新repo,此步骤进入/etc/yum.repos.d/ wg
阅读全文
posted @ 2021-12-27 17:54 周同学带您玩AI
阅读(1020)
评论(0)
推荐(0)
使用proxy对linux代理上网报错ERROR 403: Unauthorized.
摘要: 一、ERROR 403: Unauthorized. 保证需要进行代理上网的虚拟机或者物理机能访问proxy代理的虚拟机或者物理机,代理配置好之后 export http_proxy=http://用户名:密码@代理地址:808 source /etc/profile 首先通过curl http:/
阅读全文
posted @ 2021-12-27 16:40 周同学带您玩AI
阅读(711)
评论(0)
推荐(0)