linux:rpm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:rpm [2008/10/04 19:01] – rlunaro | linux:rpm [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
rpmquery --file Nombre_de_fichero | rpmquery --file Nombre_de_fichero | ||
</ | </ | ||
+ | |||
+ | ===== Como descomprimir un rpm ===== | ||
+ | |||
+ | El contenido de un RPM es un stream cpio(1), para obtenerlo usa | ||
+ | rpm2cpio(8) (instalado junto con rpm), que simplemente limpia headers. | ||
+ | |||
+ | < | ||
+ | |||
+ | $ rpm2cpio foobar.rpm | cpio -idmv | ||
+ | |||
+ | </ | ||
+ | |||
+ | [[http:// | ||
linux/rpm.1223146874.txt.gz · Last modified: 2022/12/02 21:02 (external edit)