rpm2targz.readme

来自「一个将rpm格式的包转换成gz格式的包的工具。」· README 代码 · 共 17 行

README
17
字号
This package contains 'rpm2targz', a simple utility to convert Red Hat-styleRPM packages into standard tar.gz archives.  Converted binary packages can thenbe installed/removed using the 'installpkg/removepkg' commands, or 'pkgtool'. It's advisable to at least examine the converted package with 'less' to makesure it won't do anything too crazy to your system.By default, rpm2targz will attempt to use "file" to detect source RPMS, and willput the contents into a subdirectory in the resulting package.  This may not beportable to other operating systems -- if you're trying to run rpm2targz on anOS that doesn't have a file that knows RPM types, and you care about this sourceRPM feature, you can compile and install David Cantrell's standalone getrpmtypeutility.  The getrpmtype.tar.gz source archive can be found in Slackware'ssource tree in source/a/bin/.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?