This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:repositories:archives:debian [2017/11/23 03:44] ionic Add extras component. |
wiki:repositories:archives:debian [2019/09/12 17:33] (current) ionic Fix page. |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Alongside with the instructions on [[wiki: | Alongside with the instructions on [[wiki: | ||
| - | ===== Adding this Repository to your Package System ===== | + | ===== Adding this Repository to Your Package System ===== |
| - | ==== Adding | + | ==== Bootstrapping |
| - | Make sure to either | + | Make sure to either |
| ==== Adding the Actual Repository ==== | ==== Adding the Actual Repository ==== | ||
| Line 21: | Line 21: | ||
| 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 33: | Line 35: | ||
| # Archived X2Go Packages Repository (sources of release builds) | # Archived X2Go Packages Repository (sources of release builds) | ||
| deb-src http:// | deb-src http:// | ||
| + | |||
| + | # Archived X2Go Packages Repository (Saimaa ESR builds) | ||
| + | #deb http:// | ||
| + | # Archived X2Go Packages Repository (sources of Saimaa ESR builds) | ||
| + | #deb-src http:// | ||
| # Archived X2Go Packages Repository (nightly builds) | # Archived X2Go Packages Repository (nightly builds) | ||
| Line 40: | Line 47: | ||
| </ | </ | ||
| + | **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 or Changed Repository' | ==== Synchronize the Newly Added or Changed Repository' | ||
| Line 50: | Line 60: | ||
| $ 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 archived 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 archived X2Go packages via the apt command family. As a first action you should install our '' | ||