stellar / packages

SDF - Packages
Apache License 2.0
46 stars 41 forks source link

can't install via packages on ubuntu 20.04 #184

Closed visualbasic6 closed 1 year ago

visualbasic6 commented 1 year ago
Err:8 https://apt.stellar.org kinetic Release
  404  Not Found [IP: 172.64.145.253 443]

any help? not using docker 🙄

jacekn commented 1 year ago

It's hard to tell for sure without looking at your apt source config but you may have misconfigured the release name. Ubuntu 20.04 codename is "focal" but I can see "kinetic" in the error message (kinetic is Ubuntu 22.10).

I've just tested with the following config on Ubuntu 20.04:

deb https://apt.stellar.org focal stable

and everything seems to work as expected.

I'll close this issue but if you think there is a problem with the 20.04 repo please let us know.