diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-05 02:26:10 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-05 02:26:10 +0000 |
commit | 63157dad83243393adff5843084d51e9b03574ab (patch) | |
tree | 89a8a823f2ae4f14430507b26c99df9d0ca601ad /archivers/rpm4/pkg-descr | |
parent | 6a093bc2328d1012ddb409cc8be081631c8438eb (diff) |
Notes
Diffstat (limited to 'archivers/rpm4/pkg-descr')
-rw-r--r-- | archivers/rpm4/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/rpm4/pkg-descr b/archivers/rpm4/pkg-descr new file mode 100644 index 000000000000..3c5746dcc32e --- /dev/null +++ b/archivers/rpm4/pkg-descr @@ -0,0 +1,11 @@ +The Red Hat Package Manager (RPM) is a powerful command line driven +package management system capable of installing, uninstalling, +verifying, querying, and updating computer software packages. Each +software package consists of an archive of files along with information +about the package like its version, a description, and the like. +There is also a related API ("Application Program Interface"), +permitting advanced developers to bypass 'shelling out' to a command +line, and to manage such transactions from within a native coding +language. + +WWW: http://www.rpm.org/ |