diff --git a/pages/linux/rpm2cpio.md b/pages/linux/rpm2cpio.md new file mode 100644 index 0000000000..e304b69e66 --- /dev/null +++ b/pages/linux/rpm2cpio.md @@ -0,0 +1,8 @@ +# rpm2cpio + +> Convert an RPM package to a `cpio` archive. +> More information: . + +- Convert an RPM package to a `cpio` archive and save it as `file.cpio` in the current directory: + +`rpm2cpio {{path/to/file.rpm}}}`