You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/10/07 09:18:26 UTC

[GitHub] [couchdb-documentation] axkibe opened a new issue #450: apt-key needs sudo

axkibe opened a new issue #450: apt-key needs sudo
URL: https://github.com/apache/couchdb-documentation/issues/450
 
 
   https://docs.couchdb.org/en/master/install/unix.html
   
   At 1.1.1.2 . Installing the Apache CouchDB packages
   Debian/Ubuntu: 
   
   ```
   $ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
    8756C4F765C9AC3CB6B85D62379CE192D401AB61
   ```
   
   should be
   ```
   $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
     8756C4F765C9AC3CB6B85D62379CE192D401AB61
   ```
   
   Thanks for the packages, just wondering why they aren't in the debian repository themselves.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services