Skip to content
Snippets Groups Projects
Commit 547d20b2 authored by Phil Dawson's avatar Phil Dawson Committed by Javier Jardón
Browse files

install_linux_distro.rst: Add install instructons for Ubuntu

This commit is part of the work required to resolve issue #436
parent 4a4fed7a
No related branches found
No related tags found
1 merge request!525Add Ubuntu install intructions
Pipeline #26980062 passed
......@@ -114,6 +114,30 @@ For the default plugins::
bzr git lzip patch ostree python3-arpy python3-gobject
Ubuntu
++++++
Ubuntu 18.04 LTS or later
^^^^^^^^^^^^^^^^^^^^^^^^^
Install the dependencies with::
sudo apt install \
python3 fuse bubblewrap \
python3-pip python3-dev git
For the default plugins::
sudo apt install \
bzr gir1.2-ostree-1.0 git lzip ostree patch python3-arpy python3-gi
Ubuntu 16.04 LTS
^^^^^^^^^^^^^^^^
On Ubuntu 16.04, neither `bubblewrap<https://github.com/projectatomic/bubblewrap/>`
or `ostree<https://github.com/ostreedev/ostree>` are available in the official repositories.
You will need to install them in whichever way you see fit. Refer the the upstream documentation
for advice on this.
Installing
~~~~~~~~~~
Once you have the base system dependencies, you can clone the BuildStream
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment