rpmからファイル抽出する

$ mkdir work
$ cd work
$ rpm2cpio file.rpm | cpio --list # ファイル一覧確認
$ rpm2cpio file.rpm | cpio -id    # ファイル抽出