This file is indexed.

/usr/share/doc/python3-autopilot/json/_sources/guides/installation.txt is in python3-autopilot 1.5.1+16.04.20160412-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. _installing_autopilot:

Installing Autopilot
####################

.. contents::


Autopilot is in continuous development, and the best way to get the latest version of autopilot is to run the latest Ubuntu development image. The autopilot developers traditionally support the Ubuntu release immediately prior to the development release via the autopilot PPA.

Ubuntu
======
**I am running the latest development image!**

In that case you can install autopilot directly from the repository and know you are getting the latest release. Check out the packages below.

**I am running a stable version of Ubuntu!**

You may install the version of autopilot in the archive directly, however it will not be up to date. Instead, you should add the latest autopilot ppa to your system (as of this writing, that is autopilot 1.5).

To add the PPA to your system, run the following command::

    sudo add-apt-repository ppa:autopilot/1.5 && sudo apt-get update

Once the PPA has been added to your system, you should be able to install the autopilot packages below.

**Which packages should I install?**

Are you working on ubuntu touch applications? The ``autopilot-touch`` metapackage is for you::

    sudo apt-get install autopilot-touch

If you are sticking with gtk desktop applications, install the ``autopilot-desktop`` metapackage instead::

    sudo apt-get install autopilot-desktop

Feel free to install both metapackages to ensure you have support for all autopilot tests.

Other Linux's
=============

You may have to download the source code, and either run from source, or build the packages locally. Your best bet is to ask in the autopilot IRC channel ( :ref:`help_and_support`).