mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add instruction about installing dirmngr to the documentation.
This commit is contained in:
parent
2556a96e9e
commit
8259e8f1e2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user