Skip to content

Commit e01eede

Browse files
committed
Prefer apt install since 16.04
1 parent 3ef3558 commit e01eede

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/install/ubuntu-debian.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ When you use the PPA installation method, upgrades to newer versions will be aut
4949
Install from a .deb file
5050
------------------------
5151

52-
The advantages of downloading a ``.deb`` file is the portability: you can copy the file from device to device and install Kolibri without internet access.
52+
The advantages of downloading a ``.deb`` file is the portability: You can copy the file from device to device and install Kolibri without internet access.
5353

5454
#. Download the latest `.deb installer <https://learningequality.org/download/>`_ for Kolibri **version 0.13**, or have it copied to your local drive.
55-
#. Run this command from the location where you downloaded the ``DEB`` file:
55+
#. Run this command from the location where you downloaded the ``.deb`` file:
5656

5757
.. code-block:: bash
5858
59-
sudo dpkg -i kolibri-installer-filename.deb
59+
sudo apt install --fix-missing ./KOLIBRI_FILENAME.deb
6060
6161
#. Wait for the installation to finish and run this command to start Kolibri:
6262

@@ -68,6 +68,9 @@ The advantages of downloading a ``.deb`` file is the portability: you can copy t
6868

6969
#. When the command finishes, open the default browser at http://127.0.0.1:8080 and proceed with the :ref:`setup_initial` of your facility.
7070

71+
.. tip::
72+
The package ``python3-cryptography`` speeds up Kolibri for future peer-to-peer synchronization. It is installed automatically if there is an internet connection. You can download a version of this package in a .deb file **for your current system** with ``apt download python3-cryptography`` and install it using the same technique as shown above.
73+
7174

7275
Uninstall
7376
*********
@@ -111,6 +114,8 @@ To change the system service owner, you need to change the configuration of the
111114
.. note:: Replace the ``$USER`` in commands above with the name of the user you wish to be the new Kolibri system service owner.
112115

113116

117+
.. _kolibri-server-install:
118+
114119
Higher Performance with the ``kolibri-server`` package
115120
------------------------------------------------------
116121

0 commit comments

Comments
 (0)