home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1996-10-12 | 1007 b | 43 lines |
- .name
- rpm
- .fullname
- RedHat Package Manager
- .type
- Programmer Tool
- .short
- Powerful package manager
- .description
- rpm is a powerful package manager, which can be used to
- build, install, query, verify, update, and uninstall indi-
- vidual software packages. A package consists of an
- archive of files, and package information, including name,
- version, and description.
-
- There are six basic modes of operation, and each takes a
- different set of options. They are Install, Query, Ver-
- ify, Signature check, Uninstall, Build.
-
- Install mode:
- rpm -i [install-options] <package_file>+
- Query mode:
- rpm -q [query-options]
- Verify mode:
- rpm -V|-y|--verify [verify-options]
- Signature Check mode:
- rpm --checksig <package_file>+
- Uninstall mode:
- rpm -e <package_name>+
- Build mode:
- rpm -bO [build-options] <package_spec>+
- .version
- 2.2.6
- .author
- Marc Ewing
- Erik Troan
- .distribution
- GNU Public License
- .described-by
- Fred Fish (fnf@ninemoons.com)
- .submittal
- Transfered via ftp from redhat.com
-