我试图在我的ubuntu 14.04服务器上安装Clickhouse。
我已使用yandex repo /
配置了sources.listdeb http://repo.yandex.ru/clickhouse/trusty stable main
我已经sudo apt-get update
我结束了这个错误。
user@server:# 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 :(得分:1)
试试这个
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E0C56BD4
sudo apt-get update
sudo apt-get install clickhouse-client clickhouse-server-common
如果密钥已过期 使用
wget -q -O - https://repo.yandex.ru/clickhouse/CLICKHOUSE-KEY.GPG | apt-key add -
答案 1 :(得分:0)
引用https://clickhouse.tech/docs/en/getting_started/install/
建议为Debian或Ubuntu使用官方的预编译deb软件包。
要安装官方软件包,请在/etc/apt/sources.list或单独的/etc/apt/sources.list.d/clickhouse.list文件中添加Yandex存储库:
deb http://repo.clickhouse.tech/deb/stable/ main/