Clickhouse 安装:无法找到包
Posted
技术标签:
【中文标题】Clickhouse 安装:无法找到包【英文标题】:Clickhouse Instalation: unable to locate package 【发布时间】:2017-02-13 18:22:03 【问题描述】:我正在尝试在我的 ubuntu 14.04 服务器上安装 Clickhouse。
我已经用 yandex repo/配置了 sources.list/
deb 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
怎么了?
【问题讨论】:
使用docker镜像hub.docker.com/r/yandex/clickhouse-server 【参考方案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 -
【讨论】:
我正在运行 32 位 ubuntu 版本。 Clickhouse 需要 64 位版本,我错过了那部分。【参考方案2】:引用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/
【讨论】:
以上是关于Clickhouse 安装:无法找到包的主要内容,如果未能解决你的问题,请参考以下文章
在clickhouse中,投射失败时如何返回null而不是抛出异常?
Apache Doris 和 ClickHouse 的选型比较
“DB::Exception: RangeReader read 7523 rows, but 7550 expected”异常在clickhouse中是啥意思?