我只想使用rpm包中某个文件,不想安装整个包,可以吗?
我只想使用rpm包中某个文件,不想安装整个包(没那个必要啦)。不知有没有办法?请诸位指教。 你可以在安装的时候选择单个软件包,然后自己点选。Re: 我只想使用rpm包中某个文件,不想安装整个包,可以吗?
我只想使用rpm包中某个文件,不想安装整个包(没那个必要啦)。不知有没有办法?请诸位指教。那样很麻烦啊,可以安装了以后复制一份,然后卸载,再把复制的移过去。 两位的主意都不错,长了见识!真是条条大路通罗马!谢了。不过真的没有其他办法了? :-(:-(:-( $mkdir ./***
$cp ***.rpm ./***
$cd ./***
$rpm2cpio ***.rpm | cpio -div
find the file which do you want,copy it to the directoryyou designate 感谢大家热心帮助,问题圆满解决。特别感谢scidepro,他(她?/它?:mrgreen: )提供的方法真是一流。 $mkdir ./***
$cp ***.rpm ./***
$cd ./***
$rpm2cpio ***.rpm | cpio -div
find the file which do you want,copy it to the directoryyou designate
高人啊,我就不知道这个方法。 这个cpio -div是什么意思? cpio是提取文件,后面那个-div参数是什么意思 涨见识。$mkdir ./***
$cp ***.rpm ./***
$cd ./***
$rpm2cpio ***.rpm | cpio -div
find the file which do you want ,copy it to the directory you designate
_________________
页:
[1]