User Tools

Site Tools


wiki:repositories:raspbian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
wiki:repositories:raspbian [2016/11/24 12:00]
ionic Copy from wiki:repositories:debian.
wiki:repositories:raspbian [2017/12/12 08:14]
ionic Add Saimaa ESR part, explain what to do with the sources.list entry in a more detailed fashion, grammar fixes.
Line 1: Line 1:
-====== 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 (jessiestretch, 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 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.
  
-__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 This Repository To Your Package System =====
Line 39: Line 34:
 </code> </code>
  
-Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian **jessie**):+Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Raspbian **stretch**):
  
 <file - x2go.list> <file - x2go.list>
 # X2Go Repository (release builds) # X2Go Repository (release builds)
-deb http://packages.x2go.org/debian jessie main+deb http://packages.x2go.org/raspbian stretch main 
 +# X2Go Repository (sources of release builds) 
 +deb-src http://packages.x2go.org/raspbian stretch main 
 + 
 +# X2Go Repository (Saimaa ESR builds) 
 +#deb http://packages.x2go.org/raspbian stretch saimaa
 # X2Go Repository (sources of release builds) # X2Go Repository (sources of release builds)
-deb-src http://packages.x2go.org/debian jessie main+#deb-src http://packages.x2go.org/raspbian stretch saimaa
  
 # X2Go Repository (nightly builds) # X2Go Repository (nightly builds)
-#deb http://packages.x2go.org/debian jessie heuler+#deb http://packages.x2go.org/raspbian stretch heuler
 # X2Go Repository (sources of nightly builds) # X2Go Repository (sources of nightly builds)
-#deb-src http://packages.x2go.org/debian jessie heuler+#deb-src http://packages.x2go.org/raspbian stretch heuler
 </file> </file>
  
 +**Edit this new data** and make sure to uncomment desired components and comment non-desired components. Only one group may be active at a given time. Switching between components requires uninstalling all X2Go packages first!
  
-**Note:** If you have not got folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.+**Note:** If you have not gotten directory named ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.
  
 ==== Synchronize the Newly Added Repository's Metadata ==== ==== Synchronize the Newly Added Repository's Metadata ====
Line 86: Line 87:
  
 <code> <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> </code>
wiki/repositories/raspbian.txt · Last modified: 2019/09/12 17:13 by ionic