Add instruction about installing dirmngr to the documentation.

This commit is contained in:
Vitaly Baranov 2019-02-05 15:54:43 +03:00
parent 2556a96e9e
commit 8259e8f1e2
5 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@ If you want to use the most recent version, replace `stable` with `testing` (thi
Then run these commands to actually install packages:
```bash
sudo apt-get install dirmngr # optional
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 # optional
sudo apt-get update
sudo apt-get install clickhouse-client clickhouse-server

View File

@ -37,6 +37,7 @@ deb http://repo.yandex.ru/clickhouse/deb/stable/ main/
</div>
```bash
sudo apt-get install dirmngr # optional
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 # optional
sudo apt-get update
sudo apt-get install clickhouse-client clickhouse-server

View File

@ -27,6 +27,7 @@ deb http://repo.yandex.ru/clickhouse/deb/stable/ main/
Затем для самой установки пакетов выполните:
```bash
sudo apt-get install dirmngr # optional
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 # optional
sudo apt-get update
sudo apt-get install clickhouse-client clickhouse-server

View File

@ -31,6 +31,7 @@ deb http://repo.yandex.ru/clickhouse/deb/stable/ main/
然后运行:
```bash
sudo apt-get install dirmngr # optional
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 # optional
sudo apt-get update
sudo apt-get install clickhouse-client clickhouse-server

View File

@ -401,6 +401,7 @@
<code id="packages-install">
<pre>
sudo apt-get install dirmngr # optional
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 # optional
echo "deb http://repo.yandex.ru/clickhouse/deb/stable/ main/" | sudo tee /etc/apt/sources.list.d/clickhouse.list