lucidsoftware / apt-boto-s3

The fast and simple S3 transport for apt.
Apache License 2.0
56 stars 13 forks source link

Failed to fetch packages (403 Forbidden) #33

Closed pispirigkost closed 3 years ago

pispirigkost commented 3 years ago

Installation notes mention for the apt repo :

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
echo deb http://dl.bintray.com/lucidsoftware/apt/ lucid main > /etc/apt/sources.list.d/lucidsoftware-bintray.list

apt-get update

The above yields :

W: Failed to fetch http://dl.bintray.com/lucidsoftware/apt/dists/lucid/main/binary-amd64/Packages  403  Forbidden [IP: 18.158.131.58 80]
tmccombs commented 3 years ago

This is because bintray is deprecated and being removed. There was a brownout of the service this morning.

pispirigkost commented 3 years ago

Thanks @tmccombs