A page in your DokuWiki was added or changed. Here are the details: Date : 2016/11/24 12:04 Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0 IP-Address : 178.162.222.41 Hostname : 178.162.222.41.adsl.inet-telecom.org Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:raspbian?rev=1479988805 New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:raspbian Edit Summary: Raspbianize. User : ionic @@ -1,13 +1,8 @@ - ====== X2Go Packages for Debian GNU/Linux ====== + ====== X2Go Packages for Raspbian GNU/Linux ====== - To get started you'll need to configure your local system to access the official X2Go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian wheezy (jessie, stretch, sid) system. The repository will basically offer you packages for i386 and amd64 architectures. + To get started you'll need to configure your local system to access the official X2Go Debian 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. - __Exceptions:__ - - * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead. - * **Debian squeeze: **X2Go packages will be offered for Debian squeeze at least until squeeze is still officially supported as ''oldstable'' by the Debian project. - * **ARM architecture:** for Debian squeeze and wheezy on ARM-based (Debian/armel) devices we provide (currently outdated) client-side packages (x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no server packages, though. ===== Adding This Repository To Your Package System ===== ==== Adding the Repository GPG Keys ==== @@ -41,16 +36,16 @@ Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian **jessie**): <file - x2go.list> # X2Go Repository (release builds) - deb http://packages.x2go.org/debian jessie main + deb http://packages.x2go.org/raspbian jessie main # X2Go Repository (sources of release builds) - deb-src http://packages.x2go.org/debian jessie main + deb-src http://packages.x2go.org/raspbian jessie main # X2Go Repository (nightly builds) - #deb http://packages.x2go.org/debian jessie heuler + #deb http://packages.x2go.org/raspbian jessie heuler # X2Go Repository (sources of nightly builds) - #deb-src http://packages.x2go.org/debian jessie heuler + #deb-src http://packages.x2go.org/raspbian jessie heuler </file> **Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''. @@ -84,6 +79,6 @@ The packages in this repository can be mirrored via ''rsync'': <code> - rsync -avP packages.x2go.org::debian </dest/path/of/local/mirror/debian> + rsync -avP packages.x2go.org::raspbian </dest/path/of/local/mirror/raspbian> </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/