I noticed an error when I run $ sudo apt-get update
involving https://repo.puri.sm/pureos amber/main amd64 Packages
. Is this something I can fix or is this a repository issue?
$ sudo apt-get update
Ign:1 http://dl.google.com/linux/earth/deb stable InRelease
Hit:2 http://dl.google.com/linux/earth/deb stable Release
Hit:3 https://updates.signal.org/desktop/apt xenial InRelease
Get:5 https://repo.puri.sm/pureos amber InRelease [5,784 B]
Get:6 https://repo.puri.sm/pureos amber/main Translation-en [5,753 kB]
Get:6 https://repo.puri.sm/pureos amber/main Translation-en [5,753 kB]
Hit:9 https://repo.puri.sm/pureos amber/main amd64 Packages
Ign:9 https://repo.puri.sm/pureos amber/main amd64 Packages
Hit:6 https://repo.puri.sm/pureos amber/main Translation-en
Ign:6 https://repo.puri.sm/pureos amber/main Translation-en
Hit:10 https://repo.puri.sm/pureos amber/main amd64 DEP-11 Metadata
Ign:10 https://repo.puri.sm/pureos amber/main amd64 DEP-11 Metadata
Err:9 https://repo.puri.sm/pureos amber/main amd64 Packages
lzma_read: Read error (7)
Get:6 https://repo.puri.sm/pureos amber/main Translation-en [28.8 MB]
Ign:6 https://repo.puri.sm/pureos amber/main Translation-en
Fetched 5,784 B in 3s (1,898 B/s)
Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://dl.google.com/linux/earth/deb stable InRelease' doesn't support architecture 'i386'
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://repo.puri.sm/pureos amber InRelease' doesn't support architecture 'i386'
E: Failed to fetch https://repo.puri.sm/pureos/dists/amber/main/binary-amd64/Packages lzma_read: Read error (7)
E: Some index files failed to download. They have been ignored, or old ones used instead.
My /etc/sources.list
is: (20200103T0925Z edit: It’s actually /etc/apt/sources.list
. Derp.)
deb https://repo.puri.sm/pureos amber main
That seems like a short sources.list
. Should there be more entries?
Thanks.