Simplified doc-site generation
[AGL/documentation.git] / docs / 4_APIs_and_Services / 4.4_AGL_Test_Framework / 0_Installation / Installation.md
1 ---
2 edit_link: ''
3 title: Installation
4 origin_url: >-
5   https://git.automotivelinux.org/apps/app-afb-test/plain/docs/0_Installation.md?h=master
6 ---
7
8 <!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/apis_services/master/app-afb-test-developer-guides-api-services-book.yml -->
9
10 # Installation
11
12 [Verify Your Build Host](../../../devguides/reference/1-verify-build-host.html).
13
14 Use the following command-line to get the `afb-test` binding and all its
15 dependencies.
16
17 * Fedora (>= 27):
18
19 ```bash
20 dnf install agl-app-afb-test-devel
21 ```
22
23 * OpenSuse (>= 15.0):
24
25 ```bash
26 zypper install agl-app-afb-test-devel
27 ```
28
29 * Ubuntu (>= Xenial), Debian stable:
30
31 ```bash
32 apt-get install agl-app-afb-test-dev
33 ```