A page in your DokuWiki was added or changed. Here are the details: Date : 2017/08/24 02:35 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 IP-Address : 178.162.222.163 Hostname : 178.162.222.163.adsl.inet-telecom.org Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:raspbian?rev=1488885175 New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:raspbian Edit Summary: Add stretch and make it the default. User : ionic @@ -1,7 +1,7 @@ ====== X2Go Packages for Raspbian GNU/Linux ====== - To get started you'll need to configure your local system to access the official X2Go Raspbian repository. Please keep in mind that this installation manual will guide you through the installation on a Raspbian jessie system. Only the armhf architecture is supported. + To get started you'll need to configure your local system to access the official X2Go Raspbian repository. Please keep in mind that this installation manual will guide you through the installation on a Raspbian jessie and stretch system. Only the armhf architecture is supported. ===== Adding This Repository To Your Package System ===== @@ -32,20 +32,20 @@ <code bash> $ editor /etc/apt/sources.list.d/x2go.list </code> - Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Raspbian **jessie**): + Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Raspbian **stretch**): <file - x2go.list> # X2Go Repository (release builds) - deb http://packages.x2go.org/raspbian jessie main + deb http://packages.x2go.org/raspbian stretch main # X2Go Repository (sources of release builds) - deb-src http://packages.x2go.org/raspbian jessie main + deb-src http://packages.x2go.org/raspbian stretch main # X2Go Repository (nightly builds) - #deb http://packages.x2go.org/raspbian jessie heuler + #deb http://packages.x2go.org/raspbian stretch heuler # X2Go Repository (sources of nightly builds) - #deb-src http://packages.x2go.org/raspbian jessie heuler + #deb-src http://packages.x2go.org/raspbian stretch heuler </file> **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''. -- This mail was generated by DokuWiki at http://wiki.x2go.org/