On 10/1/21 3:33 AM, Robert Newson wrote:

Hi,

Bintray went offline a while ago. Our official instructions and docs were 
updated ahead of that to point to the new location for our binary artefacts;

At https://docs.couchdb.org/en/stable/install/index.html check the "Installation 
using the Apache CouchDB convenience binary packages" section, we'll keep that up to 
date should it ever change again.


B.


Thank you Robert.

I have to assume my issue is my ignorance and I'm doing this wrong. I suspect it's because I don't know how to properly run these commands:

I've ran them one line at a time:

sudo apt update&&  sudo apt install -y curl apt-transport-https gnupg

curl https://couchdb.apache.org/repo/keys.asc|  gpg --dearmor|  sudo tee 
/usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null2>&1
source  /etc/os-release
echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME}main" \
    |  sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null


And just copied and pasted them all into the terminal:

sudo apt update&&  sudo apt install -y curl apt-transport-https gnupg
curl https://couchdb.apache.org/repo/keys.asc|  gpg --dearmor|  sudo tee 
/usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null2>&1
source  /etc/os-release
echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME}main" \
    |  sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null


I get the same result:

Err:14 https://apache.bintray.com/couchdb-deb xenial/main amd64 Packages
  403  Forbidden
Reading package lists... Done
W: The repository 'https://apache.bintray.com/couchdb-deb xenial Release' does not have a Release file. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. N: See apt-secure(8) manpage for repository creation and user configuration details. E: Failed to fetch https://apache.bintray.com/couchdb-deb/dists/xenial/main/binary-amd64/Packages 403  Forbidden E: Some index files failed to download. They have been ignored, or old ones used instead.

I'll certainly appreciate any additional direction I can get on this.

--

Kindest Regards,

Bill Stephenson
Tech Support
www.ezInvoice.com
1-417-546-8390

Reply via email to