Software Sources
→ → →
This document describes how to add software sources or repositories (repos). Adding software sources, like mirrors, can speed up the download of packages and updates to your system.
GUI method
Start Software & Updates app:
click Other Software tab and click the Add... button, then enter the repo line:
and click the Add Source button.
If you need to add keys for the newly added repo, check the Authentication tab:
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
- Last Author
- jeremiah.foster
- Last Edited
- Jan 13 2020, 11:34