[X2Go-Commits] [[X2Go Wiki]] page added: wiki:repositories:archives:raspbian

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Nov 24 13:05:43 CET 2016


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2016/11/24 12:05
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: ---
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:archives:raspbian
Edit Summary: Copy from wiki:repositories:archives:debian.
User        : ionic

====== Archived X2Go Packages for Debian GNU/Linux ======

Alongside with the instructions on [[wiki:repositories:debian|the main Debian repository page]], we provide a repository archive for archived X2Go Debian packages for deprecated Debian GNU/Linux releases. These are provided in the state they were in after their last successful build. This repository is not updated at all, other than when a new Debian GNU/Linux release version is deprecated.

===== Adding this Repository to your Package System =====

==== Adding the Repository GPG
Keys ====

Make sure to either install the ''x2go-keyring'' file or add the GPG key as described on [[wiki:repositories:debian#adding_the_repository_gpg_keys|the main Debian repository page]].

==== Adding the Actual Repository ====

=== Changing Existing Entries ===

If you already have the X2Go Debian Repository in your apt sources, the only thing you need to do is changing the repository address from ''packages.x2go.org'' to ''archives.packages.x2go.org''.

=== Adding a New Repository ===

If this is a new installation on a fresh machine, follow these steps. Note, that these packages are completely unmaintained and bug reports will not be accepted. This also holds for security-related issues.

Please add the file ''x2go-archive.list'' to the folder ''/etc/apt/sources.list.d/''.
This can be done by using your preferred editor.

<code bash>
$ editor /etc/apt/sources.list.d/x2go-archive.list
</code>

Then add the Archived X2Go Packages repository (binaries and sources) as a couple of
new lines (example for Debian **squeeze**):

<file - x2go-archive.list>
# Archived X2Go Packages Repository (release builds)
deb http://archives.packages.x2go.org/debian squeeze main
# Archived X2Go Packages Repository (sources of release builds)
deb-src http://archives.packages.x2go.org/debian squeeze main

# Archived X2Go Packages Repository (nightly builds)
#deb http://archives.packages.x2go.org/debian squeeze heuler
# Archived X2Go Packages Repository (sources of nightly builds)
#deb-src http://archives.packages.x2go.org/debian squeeze heuler
</file>


**Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.

==== Synchronize the Newly Added or Changed Repository's Metadata ====

Please perform an update of your APT package database:

<code bash>
$ apt-get update
</code>

After the update you should be able to access the archived X2Go packages via the apt command family. As a first action you should install our
''x2go-keyring'' package and refresh the apt cache:

<code bash>
$ apt-get install x2go-keyring && apt-get update
</code>

==== Post-Addition Test ====

Now you can search for archived X2Go related packages that are now available for your APT system:

<code bash>
$ apt-cache search x2go
</code>

Congratulations, you are now able to access the archived X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages.


===== Mirroring This Repository =====

The packages in this repository can be mirrored via ''rsync'':

<code>
rsync -avP packages.x2go.org::debian-archive </dest/path/of/local/mirror/debian-archive>
</code>

-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list