Skip to content

Commit

Permalink
Merge pull request #64 from benjaoming/release-v0.11.x
Browse files Browse the repository at this point in the history
Separate Debian instructions for PPA from Ubuntu instructions
  • Loading branch information
benjaoming committed Feb 25, 2019
2 parents af7f813 + b229adb commit fbdcfe4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/install/_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,33 @@ Debian/Ubuntu
Compatibility
-------------

Debian/Ubuntu 14.04 and up - anything that's *not* end-of-life

Debian 8 (Jessie), Debian 9 (Stretch), Ubuntu 14.04+ and up - anything that's *not* end-of-life. Ubuntu-based distributions count a number of flavours, for instance Xubuntu and Mint.

.. _ppa:

Install from PPA repository
---------------------------

Use the following commands in `Terminal <https://help.ubuntu.com/community/UsingTheTerminal>`_ to add the PPA and install Kolibri:
**In Ubuntu-based distributions**, use the following commands in `Terminal <https://help.ubuntu.com/community/UsingTheTerminal>`_ to add the PPA and install Kolibri:

.. code-block:: bash
sudo apt-get install software-properties-common python-software-properties
sudo apt-get install software-properties-common dirmngr
sudo add-apt-repository ppa:learningequality/kolibri
sudo apt-get update
sudo apt-get install kolibri
**In Debian-based distributions** you need to use these commands to point to our Launchpad PPA:

.. code-block:: bash
sudo apt-get install software-properties-common dirmngr
sudo su -c 'echo "deb http://ppa.launchpad.net/learningequality/kolibri/ubuntu cosmic main" > /etc/apt/sources.list.d/learningequality-ubuntu-kolibri-cosmic.list'
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys DC5BAA93F9E4AE4F0411F97C74F88ADB3194DD81
sudo apt-get update
sudo apt-get install kolibri
.. _lin_deb:

Expand Down

0 comments on commit fbdcfe4

Please sign in to comment.