Apt

APT packages and sources to install

Install APT packages and sources without using apt-get commands in a before_install script manually.

This node uses the key packages as a default prefix if not given a map.

See also

Types

Keys

If given a map, the following keys are supported:

Examples

apt:
  packages:
  - cmake
  sources:
  - ubuntu-toolchain-r-test
  dist: string
apt:
- cmake
apt: cmake

apt: true

Beta