2017-02-13 141 views
0

我想在我的Ubuntu 14.04服務器上安裝Clickhouse。Clickhouse Instalation:無法找到包

/

deb http://repo.yandex.ru/clickhouse/trusty stable main 

我已經配置了Yandex的回購的sources.list我已經運行sudo apt-get update

而且我已經結束了這個錯誤。

[email protected]:# sudo apt-get install clickhouse-client clickhouse-server-common 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
E: Unable to locate package clickhouse-client 
E: Unable to locate package clickhouse-server-common 

怎麼了?

+0

使用泊塢窗圖像,而不是https://hub.docker.com/r/yandex/clickhouse-server/ – shantanuo

回答

0

試試這個

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E0C56BD4 
sudo apt-get update 
sudo apt-get install clickhouse-client clickhouse-server-common 

如果key過期 使用

wget -q -O - https://repo.yandex.ru/clickhouse/CLICKHOUSE-KEY.GPG | apt-key add - 
+0

沒有工作。同樣的錯誤。 –

+2

我正在運行32位ubuntu版本。 clickhouse需要64位版本,我錯過了該部分。 –