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