This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:repositories:raspbian [2016/11/24 12:00] ionic Copy from wiki:repositories:debian. |
wiki:repositories:raspbian [2019/09/12 17:13] (current) ionic Switch main example from stretch to buster. |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2Go Packages for Debian | + | ====== X2Go Packages for Raspbian |
| - | To get started you'll need to configure your local system to access the official X2Go Debian | + | To get started you'll need to configure your local system to access the official X2Go Raspbian |
| - | __Exceptions: | ||
| - | |||
| - | * **Deprecated Debian releases**: please refer to [[wiki: | ||
| - | * **Debian squeeze: **X2Go packages will be offered for Debian squeeze at least until squeeze is still officially supported as '' | ||
| - | * **ARM architecture: | ||
| ===== Adding This Repository To Your Package System ===== | ===== Adding This Repository To Your Package System ===== | ||
| - | ==== Adding | + | ==== Bootstrapping |
| + | |||
| + | <note important> | ||
| - | Before starting to edit your system configuration, | + | Please switch to a user which has administrator privileges on your system in your preferred command line client: |
| <code bash> | <code bash> | ||
| Line 24: | Line 21: | ||
| - | The following | + | The following |
| <code bash> | <code bash> | ||
| $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E | $ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E | ||
| Line 34: | Line 30: | ||
| Please add the file '' | Please add the file '' | ||
| This can be done by using your preferred editor. | This can be done by using your preferred editor. | ||
| + | |||
| + | < | ||
| <code bash> | <code bash> | ||
| Line 39: | Line 37: | ||
| </ | </ | ||
| - | Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian | + | Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Raspbian |
| <file - x2go.list> | <file - x2go.list> | ||
| # X2Go Repository (release builds) | # X2Go Repository (release builds) | ||
| - | deb http:// | + | deb http:// |
| # X2Go Repository (sources of release builds) | # X2Go Repository (sources of release builds) | ||
| - | deb-src http:// | + | deb-src http:// |
| + | |||
| + | # X2Go Repository (Saimaa ESR builds) | ||
| + | #deb http:// | ||
| + | # X2Go Repository (sources of release builds) | ||
| + | #deb-src http:// | ||
| # X2Go Repository (nightly builds) | # X2Go Repository (nightly builds) | ||
| - | #deb http:// | + | #deb http:// |
| # X2Go Repository (sources of nightly builds) | # X2Go Repository (sources of nightly builds) | ||
| - | #deb-src http:// | + | #deb-src http:// |
| </ | </ | ||
| + | **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. | ||
| - | **Note:** If you have not got a folder | + | <note warning> |
| + | |||
| + | <note warning> | ||
| ==== Synchronize the Newly Added Repository' | ==== Synchronize the Newly Added Repository' | ||
| Line 63: | Line 69: | ||
| $ apt-get update | $ apt-get update | ||
| </ | </ | ||
| + | |||
| + | <note important> | ||
| + | \\ \\ | ||
| + | **Not being able to verify signatures means that any content downloaded from the remote location could be injected/ | ||
| + | \\ \\ | ||
| + | You can bypass apt's internal checks **if you understand the implications** and are ready to take the risk by **once** using: | ||
| + | \\ \\ | ||
| + | <code bash> | ||
| + | $ apt-get update --allow-insecure-repositories | ||
| + | </ | ||
| + | |||
| + | Otherwise, please try to first fetch the key again as outlined in the bootstrapping instructions. | ||
| + | </ | ||
| After the update you should be able to access the X2Go packages via the apt command family. As a first action you should install our '' | After the update you should be able to access the X2Go packages via the apt command family. As a first action you should install our '' | ||
| Line 86: | Line 105: | ||
| < | < | ||
| - | rsync -avP packages.x2go.org:: | + | rsync -avP packages.x2go.org:: |
| </ | </ | ||