Version 3 vs 7
Version 3 vs 7
Edits
Edits
- Edit by jeremiah.foster, Version 7
- Jan 13 2020 11:34
- Edit by mladen, Version 3
- Oct 1 2017 08:54
Edit Older Version 3... | Edit Older Version 7... |
Content Changes
Content Changes
{nav icon=home, name=Main Page >
icon=info-circle, name=PureOS >
icon=th-large, name=Software Center >
icon=sellsy, name=Software Sources}
How to add software sources ("repos")
---
Start `Software & Updates` app:
{F29101, size=full, alt=su1}
click //Other Software// tab and click the !!Add...!! button, then enter the repo line:
{F29103, size=full, alt=su2}
and click the !!Add Source!! button.
If you need to add keys for the newly added repo, check the //Authentication// tab:
{F29105, size=full, alt=su4}
=== Alternative method ===
By default, you should have this line in your `/etc/apt/sources.list` file:
`deb https://repo.pureos.net/pureos green main`
If you want to add more repos, just add it below the mentioned line.
{nav icon=home, name=Main Page >
icon=info-circle, name=PureOS >
icon=th-large, name=Software Center >
icon=sellsy, name=Software Sources}
This document describes how to add software sources or repositories (repos). Adding software sources, [[ https://tracker.pureos.net/w/installation_guide/mirrors/ | like mirrors ]], can speed up the download of packages and updates to your system.
---
= GUI method =
Start `Software & Updates` app:
{F29101, size=full, alt=su1}
click //Other Software// tab and click the !!Add...!! button, then enter the repo line:
{F29103, size=full, alt=su2}
and click the !!Add Source!! button.
If you need to add keys for the newly added repo, check the //Authentication// tab:
{F29105, size=full, alt=su4}
= Alternative method =
By default, you should have this line in your `/etc/apt/sources.list` file:
```
deb https://repo.pureos.net/pureos amber main
deb https://repo.pureos.net/pureos amber-security main
deb https://repo.pureos.net/pureos amber-updates main
```
If you want to add more repos, just edit this text file and the appropriate lines below this first line.
For example, you can add a PureOS mirror is you're in North America, this will speed up your downloads. Simply add this line to your /etc/apt/sources.list file;
`deb https://mirrors.sonic.net/pureos/repo/pureos/ amber main`
For Europe consider using this mirror;
```
deb https://mirror.linux.pizza/pureos amber main
deb https://mirror.linux.pizza/pureos/ amber-updates main
deb https://mirror.linux.pizza/pureos/ amber-security main
```
{nav icon=home, name=Main Page >
icon=info-circle, name=PureOS >
icon=th-large, name=Software Center >
icon=sellsy, name=Software Sources}
HowThis document describes how to add software sources ("repos")or repositories (repos). Adding software sources, [[ https://tracker.pureos.net/w/installation_guide/mirrors/ | like mirrors ]], can speed up the download of packages and updates to your system.
---
= GUI method =
Start `Software & Updates` app:
{F29101, size=full, alt=su1}
click //Other Software// tab and click the !!Add...!! button, then enter the repo line:
{F29103, size=full, alt=su2}
and click the !!Add Source!! button.
If you need to add keys for the newly added repo, check the //Authentication// tab:
{F29105, size=full, alt=su4}
==== Alternative method ====
By default, you should have this line in your `/etc/apt/sources.list` file:
```
deb https://repo.pureos.net/pureos amber main
deb https://repo.pureos.net/pureos amber-security main
deb https://repo.pureos.net/pureos green main`amber-updates main
```
If you want to add more repos, just edit this text file and the appropriate lines below this first line.
For example, you can add a PureOS mirror is you're in North America, this will speed up your downloads. Simply add this line to your /etc/apt/sources.list file;
`deb https://mirrors.sonic.net/pureos/repo/pureos/ amber main`
For Europe consider using this mirror;
```
deb https://mirror.linux.pizza/pureos amber main
deb https://mirror.linux.pizza/pureos/ amber-updates main
deb https://mirror.linux.pizza/pureos/ amber-security main
If you want to add more repos, just add it below the mentioned line.```