13.74. cdist-type__package_dpkg(7)

13.74.1. NAME

cdist-type__package_dpkg - Manage packages with dpkg

13.74.2. DESCRIPTION

__package_dpkg is used on Debian and variants (like Ubuntu) to install packages that are provided locally as *.deb files.

The object given to __package_dpkg must be the name of the deb package.

13.74.3. REQUIRED PARAMETERS

source
path to the *.deb package

13.74.4. EXAMPLES

# Install foo and bar packages
__package_dpkg --source /tmp/foo_0.1_all.deb foo_0.1_all.deb
__package_dpkg --source $__type/files/bar_1.4.deb bar_1.4.deb

13.74.5. SEE ALSO

cdist-type__package(7)

13.74.6. AUTHORS

Tomas Pospisek <tpo_deb--@--sourcepole.ch>

13.74.7. COPYING

Copyright (C) 2013 Tomas Pospisek. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This type is based on __package_apt.