packages:rpm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:rpm [2025-02-12 19:56] – updated sugnature fix baggins | packages:rpm [2025-02-27 13:03] (current) – arekm | ||
---|---|---|---|
Line 21: | Line 21: | ||
''< | ''< | ||
if you see errors like those at the end of this message. | if you see errors like those at the end of this message. | ||
- | In case you do, just run the below command, which will update | + | In case you do, just run the below command, which will reinstall |
- | for every bad package with the corrected one. | + | were re-signed to correct signatures). |
LC_ALL=C rpm -Va --nofiledigest --nofiles --nodigest 2>&1 | \ | LC_ALL=C rpm -Va --nofiledigest --nofiles --nodigest 2>&1 | \ | ||
- | grep ' | + | grep ' |
- | | + | LC_ALL=C |
grep -vE ' | grep -vE ' | ||
xargs -r poldek --reinstall --pmopt=--nosignature | xargs -r poldek --reinstall --pmopt=--nosignature | ||
+ | | ||
+ | If you get errors about some packages not available (on ftp) from poldek then try reinstalling one by one: | ||
+ | |||
+ | [...] (like above) | ||
+ | xargs -n 1 -r poldek --reinstall --pmopt=--nosignature | ||
+ | | ||
+ | And possibly uninstall packages that are no longer available and are not needed. | ||
+ | |||
Final words - while we could stick to rpmpgp_legacy library for now, | Final words - while we could stick to rpmpgp_legacy library for now, |
packages/rpm.1739386617.txt.gz · Last modified: 2025-02-12 19:56 by baggins