apt_packages
Field | Type | Required |
---|---|---|
apt_packages | object array | No |
This field is optional and is intended for use with native applications!
The Debian packages that are required for installing this native_debian application, and it dependencies. The packages repositories are listed in the apt_repositories, if they are not available in the public package repository of Ubuntu. These packages will be installed using the 'apt-get install -y' command.
Field | Type | Required | Description |
---|---|---|---|
name | string | Yes | The name of the Debian package to install. |
description | string | Yes | A description of the package and its purpose. |
Example
[{ "name": "dotmatrixdriver", "description": "The drivers for the Dot-matrix display." }]