You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
322 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

rpm2cpio
===
将RPM软件包转换为cpio格式的文件
## 说明
**rpm2cpio命令** 用于将rpm软件包转换为cpio格式的文件。
### 语法
```
rpm2cpio(参数)
```
### 参数
文件指定要转换的rpm包的文件名。
### 实例
```
rpm2cpio ../libstdc++-4.3.0-8.i386.rpm | cpio -idv
```