satheeshp2e commented on issue #4421:
URL: https://github.com/apache/couchdb/issues/4421#issuecomment-1427994426

   Followed these steps:
   
   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/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/ ${VERSION_CODENAME} main"  | 
sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null
   sudo apt update
   sudo apt install -y couchdb


-- 
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]

Reply via email to