yum update 报错db4 - 4.3.29-10.el5_5.2.i386

在Linux系统中通过yum update 时,报错如下:

Error Downloading Packages:

db4 - 4.3.29-10.el5_5.2.i386: failure: CentOS/db4-4.3.29-10.el5_5.2.i386.rpm from base: [Errno 256] No more mirrors to try.

初步判断是yum源中缺少db4-4.3.29-10.el5_5.2.i386.rpm 些文件,解决方法是:通过对比系统版本,下载相应文件独立安装,即可解决这个报错,我的系统是centos 5 x86_64  相应原下载链接为http://vault.centos.org/5.11/os/SRPMS/db4-4.3.29-10.el5_5.2.src.rpm

时间: 2024-11-10 15:41:13

yum update 报错db4 - 4.3.29-10.el5_5.2.i386的相关文章

yum update 报错Transaction Check Error

Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Check Error: file /sbin/hwclock from install of util-linux-2.13-0.59.el5_8.x86_64 conflicts with file from package owlutil-linux-4.0-1.x86_64 file /etc/iscsi/iscsi

mysql执行update报错1175解决方法

mysql执行update报错 update library set status=true where 1=1 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Queries and

yum安装报错有冲突file /usr/lib64/php/modules/fileinfo.so conflicts between

yum安装报错有冲突file /usr/lib64/php/modules/fileinfo.so conflicts between attempted installs of php-pecl-fileinfo-1.0.4-2.el6.rf.x86 64 and php-common-5.3.3-46.el6 6.x86 64 遇到这个情况的时候  是库冲突了 需要修改文件        vim /etc/yum.repos.d/rpmforge.repo 将里面的enable=1    改

树莓派(Raspberry Pi 3) centos7使用yum命令报错File "/usr/bin/yum", line 30 except KeyboardInterrupt, e:

使用yum命令报错 File "/usr/bin/yum", line 30 except KeyboardInterrupt, e: ^SyntaxError: invalid syntax 问题如下:  问题出现原因: yum包管理是使用python2.x写的,将python2.x升级到python3.x以后,由于python版本语法兼容性导致问题出现 解决办法: 修改yum配置文件,将python版本指向以前的旧版本 # vi /usr/bin/yum #!/usr/bin/py

yum install 报错[Errno 14] curl#37 - Couldn't open file /mnt/repodata/repomd.xml

1.然后按照网上的一些修改,先是执行: yum cleam all 然后 yum makecache,问题还是没解决,继续报错. 其实这两条命令就是清空缓存,然后再重新缓存的意思,有时候可能有效. 2.然后又尝试了方法,说是DNS的问题,上不了网.又去改了DNS(可以去尝试尝试,因为不同人遇到问题不一样). 如果是绑定了静态地址,直接修改/etc/resolv.conf   这个文件下的DNS是没有用的,因为你执行命令service network restart 会恢复.所以要修改网卡的配置文

安装 glusterfs yum源报错

yum install glusterfs-server yum 一直报错 把/etc/yum.repos.d 备份 删除了所有文件,从测试机192..168.59.128上同步过来 一直报错 已加载插件:fastestmirrorbase | 3.6 kB 00:00:00 http://mirror.centos.org/%24contentdir/7/storage/x86_64/gluster-4.1/repodata/repomd.xml: [Errno 14] HTTP Error

yum损坏报错: Error accessing file for config file:///h

yum损坏报错: CRITICAL:yum.cli:Config Error: Error accessing file for config file:///home/linux/+ wget http://yum.baseurl.org/download/3.2/yum-3.2.28.tar.gz 下载完成之后解压 tar -zxvf yum-3.2.28.tar.gz -C ./ 进入到 yum目录 cd yum-3.2.28 创建配置文件 touch /etc/yum.conf 安装yu

Ubuntu遇到apt-get update报错:"E: Could not get lock /var/lib/apt/lists/lock"

sudo apt-get update报错:"E: Could not get lock /var/lib/apt/lists/lock" 出现此问题的原因可能是有另外一个程序在运行,导致资源被加锁,不可用.导致资源被锁的原因可能是上次更新源的操作没有完成! 从上图可以看出,报错的内容是不能获取那个路径下的 lock,咱们就应该删除哪个lock. 删除之后再执行 sudo apt-get update 操作,成功! 原文地址:https://www.cnblogs.com/skzxc/

laravel4 composer报错 d11wtq/boris v1.0.10 requires ext-pcntl

laravel4 composer报错 d11wtq/boris v1.0.10 requires ext-pcntl laravel 4.2 用composer 安装任何包都会报这个错,通过谷歌找到laravel github 上有issue : https://github.com/laravel/framework/issues/8136. 其实就是 将d11wtq/boris 版本降到1.0.8就可以了.