From 0d9a90e9eee7e916bcd7cb8d3b5152710cc3c611 Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Mon, 22 Dec 2025 14:31:14 +0530 Subject: [PATCH] DOC-13137 Feedback on Install Couchbase Server on Ubuntu and Debian Updated the install path for the meta package --- 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 15f76810d6..7718b3739e 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.