rpm2cpio(8) | rpm2cpio(8) |
이름¶
rpm2cpio - Extract cpio archive from RPM Package Manager (RPM) package.
요약¶
rpm2cpio [파일]
설명¶
rpm2cpio converts the .rpm file specified as a single argument to a cpio archive on standard out. If a '-' argument is given, an rpm stream is read from standard in.
Note: the CPIO format cannot host individual files over 4GB in size, and so this tool is considered obsolete. Use rpm2archive instead.
rpm2cpio glint-1.0-1.i386.rpm | cpio -dium
cat glint-1.0-1.i386.rpm | rpm2cpio - | cpio -tv
추가 참조¶
저자¶
-
Erik Troan <ewt@redhat.com>
번역¶
이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다: 이 만 용 <geoman@nownuri.nowcom.co.kr> , <freeyong@soback.kornet.nm.kr>
이 번역은 무료 문서입니다. 저작권 조건에 대해서는 GNU General Public License 버전 3 이상을 읽으십시오. 책임이 없습니다.
이 매뉴얼 페이지의 번역에서 오류를 발견하면 translation-team-ko@googlegroups.com 로 이메일을 보내주십시오.
2001년 1월 11일 |