yumError
rpmdb: Program version 4.8 doesn't match environment version 5.1
error: db3 error(-30971) from dbenv->open: DB_VERSION_MISMATCH: Database environment version mismatch
error: cannot open Packages index using db3 - (-30971)
error: cannot open Packages database in /root/.rpmdb
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 315, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 159, in main
base.getOptionsConfig(args)
File "/usr/share/yum-cli/cli.py", line 189, in getOptionsConfig
self.conf
File "/usr/lib/pymodules/python2.6/yum/__init__.py", line 723, in
conf = property(fget=lambda self: self._getConfig(),
File "/usr/lib/pymodules/python2.6/yum/__init__.py", line 249, in _getConfig
startupconf = config.readStartupConfig(fn, root)
File "/usr/lib/pymodules/python2.6/yum/config.py", line 807, in readStartupConfig
startupconf.releasever = _getsysver(startupconf.installroot, startupconf.distroverpkg)
File "/usr/lib/pymodules/python2.6/yum/config.py", line 914, in _getsysver
idx = ts.dbMatch('provides', distroverpkg)
_rpm.error: rpmdb open failed
How should I do?!!!!!!!!!!!!!!!
Comments
-
Distro? is it updated? do you have all the necessary python packages installed?
We need much more information that just an error
Regards0 -
What are you want? Tell me! I'll give you. But this error has shown a message "rpmdb: Program version 4.8 doesn't match environment version 5.1", do you seen?!!!!!!!!!!!!!!!Can you fix it?0
-
Database environment version mismatch. This is telling you that yum is not going to work with Debian. Apt-get or aptitude is for installing in a Debian environment.
This might be helpful:
https://en.wikipedia.org/wiki/Linux_package_formats0 -
We need to know what Linux based distro you are using and if you have applied all of the updates to the OS and applications?
Without knowing the distro that you are using we will not know of the chosen package is for your system. Additionally can you tell us the application that you are trying to install and possibly link to the app website so we have a point of reference?0 -
Linux version 2.6.32-5-amd64 (Debian 2.6.32-45) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Sun May 6 04:00:17 UTC 2012
new debian package, version 2.0.
size 633956 bytes: control archive= 3464 bytes.
185 bytes, 7 lines conffiles
984 bytes, 25 lines control
5414 bytes, 79 lines md5sums
507 bytes, 17 lines * postinst #!/bin/sh
178 bytes, 7 lines * postrm #!/bin/sh
462 bytes, 16 lines * prerm #!/bin/sh
Package: yum
Version: 3.2.25-1
Architecture: all
Maintainer: Thomas Goirand <thomas@goirand.fr>
Installed-Size: 2120
Depends: python, python-support (>= 0.90.0), python (>= 2.5) | python-celementtree, python-libxml2, python-urlgrabber, rpm (>= 4.4.1), python-rpm, python-sqlitecachec, python-sqlite
Section: admin
Priority: extra
Homepage: http://yum.baseurl.org/
Description: Advanced front-end for rpm
Yum (Yellow dog Updater, Modified) is an automatic updater and package
installer/remover for rpm systems. It automatically computes dependencies
and figures out what things should occur to install packages. It makes it
easier to maintain groups of machines without having to manually update
each one using rpm.
.
Features include:
.
* Multiple Repositories
* Simple config file
* Correct dependency calculation
* Fast operation
* rpm-consistent behavior
* comps.xml group support, including multiple repository groups
* Simple interface
I can give everything you want, if you can resolve this problem. thanks.
0 -
You already answered the question as to why that package won't install, "Yum (Yellow dog Updater, Modified) is an automatic updater and package installer/remover for rpm systems" your system is debian based, not rpm based. As goingeasy stated, you use the apt-get and aptitute applications to install application on debian based systems. apt-get is functionally the same as yum and it is already installed on your computer.
http://wiki.debian.org/Apt0 -
But when i use the dpkg -i package install package, i often met the dependency problem. I have to one by one download the package i need. You this is so boring?!!!!!!!!!!Is it have a easy way to install package?!!!!!!!!!!0
-
Other, if the debian system can't install yum package, why debian website have a yum package?!!!!!!!!!!0
-
That's actually a very good question. Why does Debian have a yum installer? Well, because some developer believes he can make it work. Unfortunately, he/she hasn't perfected it. Just because a package is there, doesn't mean it doesn't have a lot of bugs, and, yum commands in Debian, as well as deb/dpkg/apt commands in Fedora/OpenSuse/Mandriva have a lot of bugs. And, even though alien has been around for a long time, I've personally never heard a good review of it. If you mention it on any Debian based forum, the answer is "Don't use it". If you mention it on a Fedora forum, the answer is, "Don't use it". So, if you're advised not to use it on forums that use either .deb or .rpm packages, the two package types that its suppose to work with, go with the advise, don't use it. Use what works. Use .deb with .deb based distros, and, use .rpm on .rpm based distros.0
-
I was just doing an install to USB flash drive and the partition format for the boot partition in ext4 format never finished and I go this error. I used gpart to format the partition and re-started the install and it went OK....
Thanks for all the responses..... you guys are great....
Finally a Ubuntu distro that I think I can live with..... Ubuntu 12.04 LTS shines bright for the future...
Upgrades takes far to long when installing on a USB Flash Drive.....0 -
But when i use the dpkg -i package install package, i often met the dependency problem. I have to one by one download the package i need. You this is so boring?!!!!!!!!!!Is it have a easy way to install package?!!!!!!!!!!
After listening to so many, I don't want to install yum on my debian system, but I want to know how to resolve the problem above. Thanks everyone, you are kindly. Linux's open source idea is good, but needs a lot of improvements, more humane job.0 -
dpkg doesn't deal with dependencies. "apt-get" does, "aptitude" does, dpkg *doesn't*.
The same stands for rpm: rpm doesn't deal with dependencies, yum *does* (or urpmi in mandrake/mandriva distributions)0 -
@designer
If you want to fix dependency problems using dpkg run this command
#sudo dpgk --configure -a0 -
Categories
- All Categories
- 217 LFX Mentorship
- 217 LFX Mentorship: Linux Kernel
- 791 Linux Foundation IT Professional Programs
- 353 Cloud Engineer IT Professional Program
- 178 Advanced Cloud Engineer IT Professional Program
- 82 DevOps Engineer IT Professional Program
- 147 Cloud Native Developer IT Professional Program
- 137 Express Training Courses
- 137 Express Courses - Discussion Forum
- 6.2K Training Courses
- 47 LFC110 Class Forum - Discontinued
- 71 LFC131 Class Forum
- 42 LFD102 Class Forum
- 226 LFD103 Class Forum
- 18 LFD110 Class Forum
- 38 LFD121 Class Forum
- 18 LFD133 Class Forum
- 7 LFD134 Class Forum
- 18 LFD137 Class Forum
- 71 LFD201 Class Forum
- 4 LFD210 Class Forum
- 5 LFD210-CN Class Forum
- 2 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum - Discontinued
- 2 LFD233 Class Forum
- 4 LFD237 Class Forum
- 24 LFD254 Class Forum
- 697 LFD259 Class Forum
- 111 LFD272 Class Forum
- 4 LFD272-JP クラス フォーラム
- 12 LFD273 Class Forum
- 148 LFS101 Class Forum
- 1 LFS111 Class Forum
- 3 LFS112 Class Forum
- 2 LFS116 Class Forum
- 4 LFS118 Class Forum
- LFS120 Class Forum
- 7 LFS142 Class Forum
- 5 LFS144 Class Forum
- 4 LFS145 Class Forum
- 2 LFS146 Class Forum
- 3 LFS147 Class Forum
- 1 LFS148 Class Forum
- 15 LFS151 Class Forum
- 2 LFS157 Class Forum
- 28 LFS158 Class Forum
- 7 LFS162 Class Forum
- 2 LFS166 Class Forum
- 4 LFS167 Class Forum
- 3 LFS170 Class Forum
- 2 LFS171 Class Forum
- 3 LFS178 Class Forum
- 3 LFS180 Class Forum
- 2 LFS182 Class Forum
- 5 LFS183 Class Forum
- 31 LFS200 Class Forum
- 737 LFS201 Class Forum - Discontinued
- 3 LFS201-JP クラス フォーラム
- 18 LFS203 Class Forum
- 134 LFS207 Class Forum
- 2 LFS207-DE-Klassenforum
- 1 LFS207-JP クラス フォーラム
- 302 LFS211 Class Forum
- 56 LFS216 Class Forum
- 52 LFS241 Class Forum
- 48 LFS242 Class Forum
- 38 LFS243 Class Forum
- 15 LFS244 Class Forum
- 2 LFS245 Class Forum
- LFS246 Class Forum
- 48 LFS250 Class Forum
- 2 LFS250-JP クラス フォーラム
- 1 LFS251 Class Forum
- 152 LFS253 Class Forum
- 1 LFS254 Class Forum
- 1 LFS255 Class Forum
- 7 LFS256 Class Forum
- 1 LFS257 Class Forum
- 1.2K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 118 LFS260 Class Forum
- 159 LFS261 Class Forum
- 42 LFS262 Class Forum
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 24 LFS267 Class Forum
- 22 LFS268 Class Forum
- 30 LFS269 Class Forum
- LFS270 Class Forum
- 202 LFS272 Class Forum
- 2 LFS272-JP クラス フォーラム
- 1 LFS274 Class Forum
- 4 LFS281 Class Forum
- 9 LFW111 Class Forum
- 259 LFW211 Class Forum
- 181 LFW212 Class Forum
- 13 SKF100 Class Forum
- 1 SKF200 Class Forum
- 1 SKF201 Class Forum
- 795 Hardware
- 199 Drivers
- 68 I/O Devices
- 37 Monitors
- 102 Multimedia
- 174 Networking
- 91 Printers & Scanners
- 85 Storage
- 758 Linux Distributions
- 82 Debian
- 67 Fedora
- 17 Linux Mint
- 13 Mageia
- 23 openSUSE
- 148 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 353 Ubuntu
- 468 Linux System Administration
- 39 Cloud Computing
- 71 Command Line/Scripting
- Github systems admin projects
- 93 Linux Security
- 78 Network Management
- 102 System Management
- 47 Web Management
- 63 Mobile Computing
- 18 Android
- 33 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 371 Off Topic
- 114 Introductions
- 174 Small Talk
- 22 Study Material
- 805 Programming and Development
- 303 Kernel Development
- 484 Software Development
- 1.8K Software
- 261 Applications
- 183 Command Line
- 3 Compiling/Installing
- 987 Games
- 317 Installation
- 97 All In Program
- 97 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)