This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:repositories:debian [2019/09/12 16:44] ionic Update default code name to buster. |
wiki:repositories:debian [2021/07/28 19:21] (current) gratuxri [Adding the Actual Repository] |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * **Deprecated Debian releases**: please refer to [[wiki: | * **Deprecated Debian releases**: please refer to [[wiki: | ||
| - | ===== Adding | + | ===== Adding |
| ==== Bootstrapping the Repository GPG Keys ==== | ==== Bootstrapping the Repository GPG Keys ==== | ||
| Line 26: | Line 26: | ||
| The following command will ensure that your system will be able to work with the repository archive key. | The following command will ensure that your system will be able to work with the repository archive key. | ||
| <code bash> | <code bash> | ||
| - | $ apt-key adv --recv-keys --keyserver | + | $ apt-key adv --recv-keys --keyserver |
| </ | </ | ||
| Line 60: | Line 60: | ||
| **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. | **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 warning> | ||
| <note warning> | <note warning> | ||
| + | ==== Adding the x2go Repository with extrepo on debian ==== | ||
| + | <code bash> | ||
| + | $ sudo apt install extrepo | ||
| + | $ sudo extrepo enable x2go | ||
| + | </ | ||
| ==== Synchronize the Newly Added Repository' | ==== Synchronize the Newly Added Repository' | ||
| Line 101: | Line 108: | ||
| - | ===== Mirroring | + | ===== Mirroring |
| The packages in this repository can be mirrored via '' | The packages in this repository can be mirrored via '' | ||