开发者

how to install rpm package to non-default path? [closed]

开发者 https://www.devze.com 2023-01-07 17:15 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_JAVA技巧 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.
开发者_JAVA技巧

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

i have a rpm package, and i need to extract some files from it. The package is not relocatable, i have try "rpm --root/--prefix", which doesn't work. what methods i should take to do the extraction?

Thank In Advace.


if You need to extract some file only, use this commands:


rpm2cpio rpmfile.rpm | cpio -idmv
0

精彩评论

暂无评论...
验证码 换一张
取 消