2017-02-13 53 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位版本,我错过了该部分。 –