首页 > 系统相关 >yum源使用

yum源使用

时间:2023-11-23 10:58:26浏览次数:42  
标签:x86 64bit anaconda 64 使用 yum rpm el7

问题:最小化安装Centos7,配置了阿里云官方yum源之后,一直无法使用yum

Error: Depsolving loop limit reached.
Error: Package: rpm-python-4.11.3-45.el7.x86_64 (@anaconda)
           Requires: librpm.so.3()(64bit)
           Removing: rpm-libs-4.11.3-45.el7.x86_64 (@anaconda)
               librpm.so.3()(64bit)
           Updated By: rpm-libs-4.14.3-19.el8.x86_64 (base)
              ~librpm.so.8()(64bit)
Error: Package: rpm-python-4.11.3-45.el7.x86_64 (@anaconda)
           Requires: librpmsign.so.1()(64bit)
           Removing: rpm-build-libs-4.11.3-45.el7.x86_64 (@anaconda)
               librpmsign.so.1()(64bit)
           Updated By: rpm-build-libs-4.14.3-19.el8.x86_64 (base)
              ~librpmsign.so.8()(64bit)
Error: Package: libidn2-2.3.4-1.el7.x86_64 (epel)
           Requires: libunistring.so.0()(64bit)
           Removing: libunistring-0.9.3-9.el7.x86_64 (@anaconda)
               libunistring.so.0()(64bit)
           Updated By: libunistring-0.9.9-3.el8.x86_64 (base)
              ~libunistring.so.2()(64bit)
Error: Package: rpm-python-4.11.3-45.el7.x86_64 (@anaconda)
           Requires: librpmbuild.so.3()(64bit)
           Removing: rpm-build-libs-4.11.3-45.el7.x86_64 (@anaconda)
               librpmbuild.so.3()(64bit)
           Updated By: rpm-build-libs-4.14.3-19.el8.x86_64 (base)
              ~librpmbuild.so.8()(64bit)
Error: Package: rpm-python-4.11.3-45.el7.x86_64 (@anaconda)
           Requires: rpm = 4.11.3-45.el7
           Removing: rpm-4.11.3-45.el7.x86_64 (@anaconda)
               rpm = 4.11.3-45.el7
           Updated By: rpm-4.14.3-19.el8.x86_64 (base)
               rpm = 4.14.3-19.el8
Error: Package: rpm-python-4.11.3-45.el7.x86_64 (@anaconda)
           Requires: liblua-5.1.so()(64bit)
           Removing: lua-5.1.4-15.el7.x86_64 (@anaconda)
               liblua-5.1.so()(64bit)
           Updated By: lua-5.3.4-12.el8.x86_64 (AppStream)
               Not found
Error: Package: systemd-sysv-219-78.el7.x86_64 (@anaconda)
           Requires: systemd = 219-78.el7
           Removing: systemd-219-78.el7.x86_64 (@anaconda)
               systemd = 219-78.el7
           Obsoleted By: systemd-239-51.el8_5.2.x86_64 (base)
               systemd = 239-51.el8_5.2
           Updated By: systemd-239-51.el8_5.2.x86_64 (base)
               systemd = 239-51.el8_5.2
           Available: systemd-239-51.el8.i686 (base)
               systemd = 239-51.el8
Error: Package: rpm-python-4.11.3-45.el7.x86_64 (@anaconda)
           Requires: librpmio.so.3()(64bit)
           Removing: rpm-libs-4.11.3-45.el7.x86_64 (@anaconda)
               librpmio.so.3()(64bit)
           Updated By: rpm-libs-4.14.3-19.el8.x86_64 (base)
              ~librpmio.so.8()(64bit)
Error: Package: python-libs-2.7.5-89.el7.x86_64 (@anaconda)
           Requires: libreadline.so.6()(64bit)
           Removing: readline-6.2-11.el7.x86_64 (@anaconda)
               libreadline.so.6()(64bit)
           Updated By: readline-7.0-10.el8.x86_64 (base)
              ~libreadline.so.7()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

解决办法:还是使用之前的yum配置文件,

清除缓存:yum clean all

生成新的缓存:yum makecache

升级软件包:yum  update

之后就可以使用yum了

标签:x86,64bit,anaconda,64,使用,yum,rpm,el7
From: https://www.cnblogs.com/yun88/p/17851062.html

相关文章

  • UniApp打包教程:使用HBuilder X和AppUploader完成原生App云打包和上架指南"
    ​目录 uniapp进行打包使用上架工具appuplode进行发包1.登录appuploder软件     2.登陆开发者AppStore后台 uniapp进行打包在HBuilderX编辑器中打开需要打包的项目,然后点击上面菜单栏中发行=>原生App-云打包,对以下弹出的弹窗进行内容填写   ​......
  • Unity3d中使用sketchup 3dwarehouse模型
    1、选择菜单【文件】【导出】【三维模型】,打开导出对话框。选择保存类型为“*.fbx”。2、进行选项配置,“几何图形”类别勾选【导出两边的平面】【分离不连接的平面】,“材料”类别勾选【导出纹理映射】,“比例”类别中勾选【切换yz坐标(Y向上)】,单位选择【米】点击【确定】按钮。3......
  • 在React中使用`typeit`库
    在React中使用typeit库安装npminstalltypeit-react在需要用到的组件导入,使用importTypeItfrom"typeit-react";consttext()=>{return(<div><TypeIt>文字打字效果</TypeIt></div>);};exportdefaulttext使用option方式配......
  • React中store的使用(redux、redux-tookit)及store数据持久化(redux-persist)
    React中store的使用(redux、redux-tookit)及store数据持久化(redux-persist)安装npminsatllreact-reduxnpminstall@reduxjs/toolkitnpminstallredux-persist简单使用store//counterSlice.jsimport{createSlice}from'@reduxjs/toolkit'exportconstcounter......
  • 使用ensp搭建路由拓扑,并使用BGP协议实现网络互通实操BGP路由协议学习一
    1.使用ENSP搭建的网络拓扑如下:         数据准备:设备名称接口IP地址DeviceALoopback01.1.1.1/32Eth 1/0/0172.16.0.1/16Eth0/0/0192.168.0.1/24DeviceBLoopback02.2.2.2/32Eth 0/0/110.1.1.1/24GE0/0/0192.168.0.2/24Eth 0/0/010.1.3.1/24DeviceCLoopbac......
  • pnpm安装使用
    1.安装npminstallpnpm-g安装完成后若出现pnpm:无法加载文件C:\Users\hp\AppData\Roaming\npm\pnpm.ps1,因为在此系统上禁止运行脚本在系统中搜索框输入WindosPowerShell点击[管理员身份运行]#以管理员身份运行powershellset-executionpolicyremotesigned......
  • go使用snmp库查询mib数据
    OID(ObjectIdentifier)是一种用于标识和唯一命名管理信息库中的对象的标准方式。给定一个OID,可以确定特定的管理信息库对象,并对其进行操作。go语言使用snmp库中的k-sone/snmpgo实现相关mib查询的代码如下:packagemainimport("fmt""log""net""gith......
  • 使用SpringBoot实现文件的上传
    使用SpringBoot实现文件的上传springboot可以直接使用org.springframework.web.multipart.MultipartFile所以非常容易实现一、首先是简单的单文件上传先在index.html页面下写一个简单的form表单<h1>单文件</h1><formclass="form-signin"th:action="@{/SingleFile/upload}"......
  • 新建一个vite项目,使用ts语法的公共方法库的项目
    要创建一个使用TypeScript语法的公共方法库项目,可以按照以下步骤使用Vite构建工具来设置项目:安装Vite全局工具(如果已安装,请跳过此步骤):npminstall-gcreate-vite```创建新项目:create-vitemy-library--template=ts```上述命令将在名为`my-library`的文件夹中创建......
  • 在ASP.NET Core 中使用 .NET Aspire 消息传递组件
    前言云原生应用程序通常需要可扩展的消息传递解决方案,以提供消息队列、主题和订阅等功能。.NETAspire组件简化了连接到各种消息传递提供程序(例如Azure服务总线)的过程。在本教程中,小编将为大家介绍如何创建一个ASP.NETCore应用并将提交的消息将发送到服务总线主题以供订阅......