This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:aix_yum_install [2024/04/08 23:51] manu |
aix:aix_yum_install [2024/04/19 11:38] (current) manu [DNF error on AIX 7.3] |
||
|---|---|---|---|
| Line 875: | Line 875: | ||
| ===== DNF error on AIX 7.3 ===== | ===== DNF error on AIX 7.3 ===== | ||
| + | <cli> | ||
| + | # updtvpkg | ||
| + | warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. | ||
| + | </cli> | ||
| + | Convert the db from bdb_ro to sqlite before running updtvpkg | ||
| + | <cli> | ||
| + | # rpmdb -–rebuilddb | ||
| + | </cli> | ||
| + | |||
| + | https://www.ibm.com/support/pages/node/7113626 | ||