Run the command with the repository temporarily disabled yum --disablerepo=zabbix ...
使用Yum線上安裝了一個需要FQ才能訪問到的網址, 因為沒翻所以會安裝失敗, 報錯類似:
One of the configured repositories failed (Zabbix Official Repository - x86_64),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:
1. Contact the upstream for the repository and get them to fix the problem.
2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).
3. Run the command with the repository temporarily disabled
yum --disablerepo=zabbix ...
4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:
yum-config-manager --disable zabbix
or
subscription-manager repos --disable=zabbix
5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:
yum-config-manager --save --setopt=zabbix.skip_if_unavailable=true
上面的示例是Yum給出的解決方法, 線上安裝zabbix, 並且新增了zabbix源, 導致今後執行所有yum命令時都會報錯, 解決辦法就是將這個原始檔刪除:
rm -fr /etc/yum.repos.d/xxx.repo
--本篇文章轉自:https://www.cnblogs.com/icewee/articles/7743453.html
相關文章
- zabbix2.4yum安裝
- Zabbix 簡介與yum安裝
- Install mysql(5.6) for Using the MySQL Yum RepositoryMySql
- zabbix_get :command not found 解決辦法
- Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fastAST
- Run Repository Creation Utility (RCU) for Oracle Identity Management componentsOracleIDE
- yum:Error: Cannot retrieve metalink for repository: epel. Please verifyError
- Resource temporarily unavailableAI
- ReactNative執行報錯Command `run-android` unrecognized. Make sure that you have run `npm install` and tha...ReactAndroidZedNPM
- jQuery :disabledjQuery
- <input> disabled
- Installing MySQL on Linux6 Using the MySQL Yum RepositoryMySqlLinux
- Jenkins新建專案中原始碼管理Repository URL使用Git報錯:Failed to connect to repository : Command "git ls-remote -h......Jenkins原始碼GitAIREM
- jQuery設定disabled屬性與移除disabled屬性jQuery
- IDEA2024(高版本)的git報錯:Cannot run a Git command in the safe modeIdeaGit
- 錯誤:bash: fork: Resource temporarily unavailableAI
- Linux Error: 11: Resource temporarily unavailableLinuxErrorAI
- cannot set user id: Resource temporarily unavailableAI
- jdon網站老是Service Temporarily Unavailable ???網站AI
- no such repository
- CSSStyleSheet.disabled 屬性CSS
- 使用elasticsearch,Elasticsearch Scripts disabledElasticsearch
- Bootstrap下拉選單disabledboot
- CentOS7 yum 報錯: Cannot retrieve metalink for repository: epel. Please verify its path and try againCentOSAI
- Bundle the repository
- The "gopls" command is not available. Run "go install -v golang.org/x/tools/gopls@latest" to install.AIGolang
- Zabbix
- Nessus提示API Disabled錯誤API
- jquery-disabled和readonlyjQuery
- readonly和disabled區別
- Zabbix監控之遷移Zabbix
- 【ZABBIX】Linux下安裝ZABBIXLinux
- 【zabbix】zabbix遠端安裝部署
- ogg報錯error 11, Resource temporarily unavailableErrorAI
- yum install yum-fastestmirrorAST
- Cannot retrieve repository metadata (repomd.xml) for repositoryXML
- Error: php@8.0 has been disabled because it is a versioned formula! It was disabled on 2023-11-29.ErrorPHPORM
- npm run dev 和 npm run serve 區別NPMdev