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-27 09:38] – --querybynumber is able return crazy package names, that are not installed. Filter that oud arekm | packages:rpm [2025-02-27 13:03] (current) – arekm | ||
---|---|---|---|
Line 28: | Line 28: | ||
LC_ALL=C xargs -r rpm -q --qf=' | LC_ALL=C xargs -r rpm -q --qf=' | ||
grep -vE ' | grep -vE ' | ||
- | LC_ALL=C xargs -r rpm -q --queryformat " | ||
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.1740645512.txt.gz · Last modified: 2025-02-27 09:38 by arekm