From 2819fc4e2a300140dfb43a3db73794a6e857212e Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Wed, 8 Sep 2021 21:42:10 +0300 Subject: [PATCH] Update install.md --- docs/en/getting-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/getting-started/install.md b/docs/en/getting-started/install.md index 1c3c957ca1d..66ee99ef345 100644 --- a/docs/en/getting-started/install.md +++ b/docs/en/getting-started/install.md @@ -40,7 +40,7 @@ You can also download and install packages manually from [here](https://repo.cli !!! attention "Attention" If you need to install specific version of ClickHouse you have to install all packages with the same version: - `apt-get install clickhouse-server=21.8.5.7 clickhouse-client=21.8.5.7 clickhouse-common-static=21.8.5.7` + `sudo apt-get install clickhouse-server=21.8.5.7 clickhouse-client=21.8.5.7 clickhouse-common-static=21.8.5.7` ### From RPM Packages {#from-rpm-packages}