当前位置:网站首页>Oceanbase installation Yum source configuration error and Solutions
Oceanbase installation Yum source configuration error and Solutions
2022-06-30 11:07:00 【Ah Fu Chris】
Today, a friend asked about installing OceanBase ob-deploy When , Find out yum The source is not available , Report errors 404, Here's the picture :
The first reaction to this problem is , The official should not change the address casually , Is there a problem with the local configuration ?
First , To be on the safe side, I found an empty environment to do a test , It is found that the following configurations are running without problems .
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://mirrors.aliyun.com/oceanbase/OceanBase.repo
sudo yum install -y ob-deploy
source /etc/profile.d/obd.sh
Then , Try resetting yum Source :
yum clean all
rm -rf /var/cache/yum/*
Then re execute the following command , The problem is solved :
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://mirrors.aliyun.com/oceanbase/OceanBase.repo
sudo yum install -y ob-deploy
source /etc/profile.d/obd.sh
End~
边栏推荐
猜你喜欢
随机推荐
LVGL 8.2 Simple Image button
【leetcode 239】滑动窗口
MySQL从入门到精通50讲(三十二)-ScyllaDB生产环境集群搭建
When does the database need to use the index [Hangzhou multi surveyors] [Hangzhou multi surveyors _ Wang Sir]
ArrayList and sequence table
【STL源码剖析】迭代器
软件测试工程师面试基础题(应届生和测试小菜必备)最基础的面试题
List introduction
SQL必需掌握的100个重要知识点:创建和操纵表
SQL必需掌握的100个重要知识点:汇总数据
LVGL 8.2 Checkboxes as radio buttons
Retest the cloud native database performance: polardb is still the strongest, while tdsql-c and gaussdb have little change
OceanBase 安装 yum 源配置错误及解决办法
Handler-源码分析
The jetpack compose dropdownmenu is displayed following the finger click position
LVGL 8.2 Simple Drop down list
LVGL 8.2 Image
小程序中读取腾讯文档的表格数据
Machine learning interview preparation (I) KNN
LVGL 8.2 re-coloring








