diff --git a/doc/sources/installation/installation-linux.rst b/doc/sources/installation/installation-linux.rst
index 49709e54c..62fe04b21 100644
--- a/doc/sources/installation/installation-linux.rst
+++ b/doc/sources/installation/installation-linux.rst
@@ -19,6 +19,30 @@ Ubuntu
2. Update your packagelist with your package manager
#. Install **python-kivy** and optionally the examples, found in **python-kivy-examples**
+Debian
+------
+
+#. Add one of the PPAs into your sources.list in apt manually or via Synaptic
+
+* Wheezy:
+:stable builds:
+ deb http://ppa.launchpad.net/kivy-team/kivy/ubuntu oneiric main
+:nightly builds:
+ deb http://ppa.launchpad.net/kivy-team/kivy-daily/ubuntu oneiric main
+
+* Sqeeze:
+:stable builds:
+ deb http://ppa.launchpad.net/kivy-team/kivy/ubuntu lucid main
+:nightly builds:
+ deb http://ppa.launchpad.net/kivy-team/kivy-daily/ubuntu lucid main
+
+2. Add the GPG key to your apt keyring by
+
+:generally:
+ $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A863D2D6
+
+3. Refresh your package list and install **python-kivy** and optionally the examples as found in **python-kivy-examples**
+
OpenSuSE
--------
@@ -64,7 +88,6 @@ The following software is needed, even if your distribution is not listed above:
- `Python >= 2.6 and Python < 3 `_
- `PyGame `_
-- `PyOpenGL `_
- `PyEnchant `_
- `gst-python `_
- `Cython >= 0.15 `_
@@ -134,7 +157,7 @@ Mageia (1 and 2(cauldron))
*Installation*
--------------
---------------
+==============
If you're installing Kivy for the first time, do::