mikdanjey opened a new issue, #4375:
URL: https://github.com/apache/couchdb/issues/4375
# ( ^^ Getting Error & Not Installing on ARM64 Arch - Ubuntu 20.04 ^^ )
## Steps to Reproduce
`sudo apt update`
`sudo apt-get install --no-install-recommends curl apt-transport-https
ca-certificates dirmngr gnupg`
`curl https://couchdb.apache.org/repo/keys.asc | gpg --dearmor | sudo tee
/usr/share/keyrings/couchdb-archive-keyring.gpg >/dev/null 2>&1 source
/etc/os-release`
`echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg]
https://apache.jfrog.io/artifactory/couchdb-deb/ focal main" | sudo tee
/etc/apt/sources.list.d/couchdb.list >/dev/null`
`sudo apt update`
`sudo apt install couchdb`
I'm getting this below error & Please find screenshort.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as
repository 'https://apache.jfrog.io/artifactory/couchdb-deb focal InRelease'
doesn't support architecture 'arm64'
E: Package 'couchdb' has no installation candidate

## Expected Behaviour
**It should install on ARM64 Arch & Ubuntu 20.04 OS.**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]