Version 6 vs 16
Version 6 vs 16
Edits
Edits
- Delete by JC, Version 16
- Sat, Nov 2 22:19
- Edit by jeremiah.foster, Version 6
- Mar 16 2021 18:11
Edit Older Version 6... |
Content Changes
Content Changes
# Mirrors
PureOS is distributed all around the world using mirrors in order to provide users with better access to our archive. We mirror our packages as well as our download directory. We try and work with people who share our values and who have demonstrated that they can provide high availability access to our repositories, other mirrors may exist but they haven't been vetted by Purism. Using a nearby mirror will probably speed up your download, and also reduce the load on our central servers and on the Internet as a whole.
**Mirror sites**
|**Country**|**Site**|**Onion address**|**Architectures**|
|West Coast, USA |https://mirrors.sonic.net/pureos/repo/| |AMD64, aarch64|
|East Coast, USA |https://mirrors.jevincanders.net/pureos/repo/pureos/| Coming soon |AMD64, aarch64|
|Sweden |http://mirror.linux.pizza/pureos/|lxpizzamm6twgep2.onion/pureos/|AMD64, aarch64|
##How to use a mirror
To use a mirror, you can use the GNOME Software tool or you can use the command line.
## Command line
Modify your /etc/apt/sources.list file and add your mirror;
```
# deb http://repo.pureos.net/pureos byzantium main
# deb http://repo.pureos.net/pureos byzantium-updates main
# deb http://repo.pureos.net/pureos byzantium-security main
deb http://mirrors.jevincanders.net/pureos/repo/pureos byzantium main
```
In this case I've commented out the main PureOS repository for Byzantium. The mirror is the URL at jevincanders.net, you can use the other mirrors (sonic.net and linux.pizza) the same way. You'll also need to add some packages;
```
$ apt install openssl ca-certificates apt-transport-https
```
although most of those packages are likely already there. Then you should be able to simply `apt update` and you'll get up to date packages from a mirror closer to you.
# Mirrors
PureOS is distributed all around the world using mirrors in order to provide users with better access to our archive. We mirror our packages as well as our download directory. We try and work with people who share our values and who have demonstrated that they can provide high availability access to our repositories, other mirrors may exist but they haven't been vetted by Purism. Using a nearby mirror will probably speed up your download, and also reduce the load on our central servers and on the Internet as a whole.
**Mirror sites**
|**Country**|**Site**|**Onion address**|**Architectures**|
|West Coast, USA |https://mirrors.sonic.net/pureos/repo/| |AMD64, aarch64|
|East Coast, USA |https://mirrors.jevincanders.net/pureos/repo/pureos/| Coming soon |AMD64, aarch64|
|Sweden |http://mirror.linux.pizza/pureos/|lxpizzamm6twgep2.onion/pureos/|AMD64, aarch64|
##How to use a mirror
To use a mirror, you can use the GNOME Software tool or you can use the command line.
## Command line
Modify your /etc/apt/sources.list file and add your mirror;
```
# deb http://repo.pureos.net/pureos byzantium main
# deb http://repo.pureos.net/pureos byzantium-updates main
# deb http://repo.pureos.net/pureos byzantium-security main
deb http://mirrors.jevincanders.net/pureos/repo/pureos byzantium main
```
In this case I've commented out the main PureOS repository for Byzantium. The mirror is the URL at jevincanders.net, you can use the other mirrors (sonic.net and linux.pizza) the same way. You'll also need to add some packages;
```
$ apt install openssl ca-certificates apt-transport-https
```
although most of those packages are likely already there. Then you should be able to simply `apt update` and you'll get up to date packages from a mirror closer to you.