| 123456789101112131415161718192021222324 |
- Source: dpkg
- Section: base
- Priority: required
- Maintainer: Ian Jackson <ian@chiark.chu.cam.ac.uk>
- Standards-Version: 0.2.1.1
- Package: dpkg
- Architecture: any
- Essential: yes
- Pre-Depends: ${shlibs:Pre-Depends}
- Suggests: cpio (>= 2.4.2-2), patch
- Conflicts: dpkgname
- Replaces: dpkgname
- Description: Package maintenance system for Debian Linux
- This package contains the programs which handle the installation and
- removal of packages on your system.
- .
- The primary interface for the dpkg suite is the `dselect' program;
- a more low-level and less user-friendly interface is available in
- the form of the `dpkg' command.
- .
- In order to manipulate source packages using `dpkg-source' you will
- need to install the `cpio' and `patch' packages.
|