You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/05/28 17:21:46 UTC

[couchdb-documentation] branch master updated: apt-transport-https has become a dummy package as of Debian 10/Ubuntu 18.04. (#553)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new b3954fe  apt-transport-https has become a dummy package as of Debian 10/Ubuntu 18.04. (#553)
b3954fe is described below

commit b3954fece5690110ce0f30c4887cbd53c6f40eeb
Author: Dirk Heinrichs <dh...@opentext.com>
AuthorDate: Thu May 28 19:21:36 2020 +0200

    apt-transport-https has become a dummy package as of Debian 10/Ubuntu 18.04. (#553)
---
 src/install/unix.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/install/unix.rst b/src/install/unix.rst
index b4a6654..620b91a 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -65,7 +65,7 @@ Enabling the Apache CouchDB package repository
 
 **Debian 10 (buster)**: Run the following commands::
 
-    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
+    $ sudo apt-get install -y gnupg ca-certificates
     $ echo "deb https://apache.bintray.com/couchdb-deb buster main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list
 
@@ -77,13 +77,13 @@ Enabling the Apache CouchDB package repository
 
 **Ubuntu 18.04 (Bionic)**: Run the following commands::
 
-    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
+    $ sudo apt-get install -y gnupg ca-certificates
     $ echo "deb https://apache.bintray.com/couchdb-deb bionic main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list
 
 **Ubuntu 20.04 (Focal)**: Run the following commands::
 
-    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
+    $ sudo apt-get install -y gnupg ca-certificates
     $ echo "deb https://apache.bintray.com/couchdb-deb focal main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list