User Tools

Site Tools


packages:rpm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
packages:rpm [2021-02-06 19:17]
glen fix long opt formatting
packages:rpm [2021-02-06 19:22]
glen disable fancy unicode formatting in code
Line 20: Line 20:
  
   * The rpm database format changes from Berkeley DB to SQLite, conversion is automatic after rpm package set update. Backup of the old database is saved as ''/​var/​lib/​rpm.rpmbackup-VERSION-RELEASE'',​ using version and release of the package that is installed (not the old one). Ex. if the old package was rpm-5.4.15-58 and the new one is rpm-4.16.1.2-1,​ the backup of the database will be in ''/​var/​lib/​rpm.rpmbackup-4.16.1.2-1''​.   * The rpm database format changes from Berkeley DB to SQLite, conversion is automatic after rpm package set update. Backup of the old database is saved as ''/​var/​lib/​rpm.rpmbackup-VERSION-RELEASE'',​ using version and release of the package that is installed (not the old one). Ex. if the old package was rpm-5.4.15-58 and the new one is rpm-4.16.1.2-1,​ the backup of the database will be in ''/​var/​lib/​rpm.rpmbackup-4.16.1.2-1''​.
-  * Users who have a particular need to stay on Berkeley DB backend can still do so by overriding the configuration manually (eg. ''​echo '​%_db_backend bdb' >> /​etc/​rpm/​macros''​) before updating rpm package.+  * Users who have a particular need to stay on Berkeley DB backend can still do so by overriding the configuration manually (eg. ''​%%echo '​%_db_backend bdb' >> /​etc/​rpm/​macros%%''​) before updating rpm package.
   * It is also possible to convert back bu overriding ''​_db_backend''​ and running %%''​rpm --rebuilddb''​%%.   * It is also possible to convert back bu overriding ''​_db_backend''​ and running %%''​rpm --rebuilddb''​%%.
  
packages/rpm.txt ยท Last modified: 2021-05-02 21:28 by baggins