From 17b775ea18e2f6260544d0a19d8ac3484c9ccd0a Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Mon, 22 Dec 2025 16:20:33 +0530 Subject: [PATCH] DOC-13137 Feedback on Install Couchbase Server on Ubuntu and Debian 7.2 Updated the install path for the meta package https://jira.issues.couchbase.com/browse/DOC-13137 --- modules/install/pages/ubuntu-debian-install.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/install/pages/ubuntu-debian-install.adoc b/modules/install/pages/ubuntu-debian-install.adoc index 9131d3c52f..2723ce947a 100644 --- a/modules/install/pages/ubuntu-debian-install.adoc +++ b/modules/install/pages/ubuntu-debian-install.adoc @@ -43,7 +43,7 @@ curl -O https://packages.couchbase.com/releases/couchbase-release/couchbase-rele + [source,console] ---- -sudo dpkg -i ./couchbase-release-1.0-noarch.deb +sudo apt install ./couchbase-release-1.0-noarch.deb ---- + The meta package installs the necessary information for `apt` to be able to retrieve all of the necessary Couchbase Server installation packages and dependencies.