os: centos 7.6.1810

版本

# cat /etc/centos-release
CentOS Linux release 7.6.1810 (Core) 

Package is not signed

配置好 repo ,参考 https://clickhouse.tech/docs/zh/getting-started/install/

# yum list all |grep -i clickhouse
clickhouse-client.x86_64                   1.1.54385-2            clickhouse-stable
clickhouse-client.noarch                   21.4.4.30-2            clickhouse-stable
clickhouse-common-dbg.x86_64               1.1.54370-2            clickhouse-stable
clickhouse-common-static.x86_64            21.4.4.30-2            clickhouse-stable
clickhouse-common-static-dbg.x86_64        21.4.4.30-2            clickhouse-stable
clickhouse-server.x86_64                   1.1.54385-2            clickhouse-stable
clickhouse-server.noarch                   21.4.4.30-2            clickhouse-stable
clickhouse-server-base.x86_64              19.4.0-2               clickhouse-stable
clickhouse-server-common.x86_64            1.1.54385-2            clickhouse-stable
clickhouse-server-common.noarch            19.4.0-2               clickhouse-stable
clickhouse-test.x86_64                     1.1.54385-2            clickhouse-stable
clickhouse-test.noarch                     21.4.4.30-2            clickhouse-stable
# yum install clickhouse*
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile* base: mirrors.tuna.tsinghua.edu.cn* centos-sclo-rh: mirrors.tuna.tsinghua.edu.cn* centos-sclo-sclo: mirrors.tuna.tsinghua.edu.cn* extras: mirrors.neusoft.edu.cn* updates: mirrors.tuna.tsinghua.edu.cn
Package clickhouse-server-common is obsoleted by clickhouse-server, trying to install clickhouse-server-21.4.4.30-2.noarch instead
Resolving Dependencies
--> Running transaction check
---> Package clickhouse-client.noarch 0:21.4.4.30-2 will be installed
---> Package clickhouse-common-dbg.x86_64 0:1.1.54370-2 will be installed
---> Package clickhouse-common-static.x86_64 0:21.4.4.30-2 will be installed
---> Package clickhouse-common-static-dbg.x86_64 0:21.4.4.30-2 will be installed
---> Package clickhouse-server.noarch 0:21.4.4.30-2 will be installed
---> Package clickhouse-server-base.x86_64 0:19.4.0-2 will be installed
---> Package clickhouse-test.noarch 0:21.4.4.30-2 will be installed
--> Processing Dependency: /usr/bin/expect for package: clickhouse-test-21.4.4.30-2.noarch
--> Running transaction check
---> Package expect.x86_64 0:5.45-14.el7_1 will be installed
--> Finished Dependency ResolutionDependencies Resolved=============================================================================================================================================Package                                      Arch                   Version                         Repository                         Size
=============================================================================================================================================
Installing:clickhouse-client                            noarch                 21.4.4.30-2                     clickhouse-stable                  53 kclickhouse-common-dbg                        x86_64                 1.1.54370-2                     clickhouse-stable                 164 Mclickhouse-common-static                     x86_64                 21.4.4.30-2                     clickhouse-stable                 123 Mclickhouse-common-static-dbg                 x86_64                 21.4.4.30-2                     clickhouse-stable                 566 Mclickhouse-server                            noarch                 21.4.4.30-2                     clickhouse-stable                  76 kclickhouse-server-base                       x86_64                 19.4.0-2                        clickhouse-stable                 590 Mclickhouse-test                              noarch                 21.4.4.30-2                     clickhouse-stable                 5.6 M
Installing for dependencies:expect                                       x86_64                 5.45-14.el7_1                   base                              262 kTransaction Summary
=============================================================================================================================================
Install  7 Packages (+1 Dependent package)Total size: 1.4 G
Installed size: 3.2 G
Is this ok [y/d/N]: y
Downloading packages:Package clickhouse-server-base-19.4.0-2.x86_64.rpm is not signed

加个 --nogpgcheck

# yum install clickhouse* --nogpgcheck

报错,这是什么鬼

Total size: 1.3 G
Installed size: 2.8 G
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction testTransaction check error:file / from install of clickhouse-common-dbg-1.1.54370-2.x86_64 conflicts with file from package filesystem-3.2-25.el7.x86_64file /usr/lib from install of clickhouse-common-dbg-1.1.54370-2.x86_64 conflicts with file from package filesystem-3.2-25.el7.x86_64file /etc/init.d from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package chkconfig-1.7.4-1.el7.x86_64file / from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package filesystem-3.2-25.el7.x86_64file /lib from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package filesystem-3.2-25.el7.x86_64file /usr/bin from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package filesystem-3.2-25.el7.x86_64file /usr/bin/clickhouse from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package clickhouse-common-static-21.4.4.30-2.x86_64file /etc/security/limits.d/clickhouse.conf from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package clickhouse-common-static-21.4.4.30-2.x86_64file /usr/bin/clickhouse-odbc-bridge from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package clickhouse-common-static-21.4.4.30-2.x86_64file /etc/cron.d/clickhouse-server from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package clickhouse-server-21.4.4.30-2.noarchfile /etc/init.d/clickhouse-server from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package clickhouse-server-21.4.4.30-2.noarchfile /etc/systemd/system/clickhouse-server.service from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package clickhouse-server-21.4.4.30-2.noarchfile /usr/bin/clickhouse-report from install of clickhouse-server-base-19.4.0-2.x86_64 conflicts with file from package clickhouse-server-21.4.4.30-2.noarchError Summary
-------------

yum install clickhouse* 的一堆报错相关推荐

  1. 运行yum install -y mssql-server命令时报错:

    运行yum install -y mssql-server命令时报错:Loaded plugins: fastestmirror File contains no section headers. f ...

  2. 更改yum源配置后执行报错[Errno 14] PYCURL ERROR 22 - “The requested URL returned error: 404 Not Found”

    更改yum源配置后执行报错 报错信息入下 //[root@bucktanc6 yum.repos.d]# yum clean all Loaded plugins: fastestmirror Cle ...

  3. npm install安装失败,报错记录之The operation was rejected by your operating system. node-sass无法安装,且禁用淘宝镜像

    因为公司电脑都由管理员管控,使用自己的账号是无法执行一些需要管理员权限的命令,所以在刚到公司时,使用管理员账号安装了node,配置了node缓存目录node_cache.node_global,以及设 ...

  4. npm install vue@next 是报错npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscel

    npm install vue@next 是报错 npm WARN registry Unexpected warning for https://registry.npmjs.org/: Misce ...

  5. yum安装mysql步骤及报错ERROR 1045 (28000)

    1.centos 系统中使用yum工具安装 mysql. [root@localhost ~]#yum install -y mysql 2.yum install -y mysql后,启动mysql ...

  6. linux7yum配置后使用报错,Centos7 使用yum安装MariaDB 10.1(报错缺少依赖的解决情况,报错信息贴在最后)-Go语言中文社区...

    1.创建 MariaDB yum 仓库 官方教程截图: 1.1 根据教程提示,创建MariaDB.repo 写入以下内容并保存: vi /etc/yum.repos.d/MariaDB.repo [m ...

  7. yum命令详解和报错 Cannot find a valid baseurl for repo: base

    文章目录 1 yum命令 1.1 yum简介 1.2 yum安装 1.3 yum配置 1.4 配置本地yum源 1.4.1 关于repo 文件的格式 1.5 配置国内yum源 1.5.1 上海交通大学 ...

  8. debug笔记—编译报错usr/bin/ld: cannot find -lfl 解决办法;yum 安装软件时,报错:No package XXX available 解决办法

    问题1: 在编译GEOS-Chem中KPP时,出现问题: usr/bin/ld: cannot find -lfl 原因:参考链接:https://www.royalchen.com/?p=2170 ...

  9. pip install scipy和matplotlib报错的问题详解:(pip install其它时报错通用)

    多灾多难的pip简直太玄学了,在第一个电脑上装的时候啥问题都没有,给第二个装的时候各种问题-- 附上numpy 和 pandas的报错解决方案:https://blog.csdn.net/qq_362 ...

最新文章

  1. 【基础积累】1x1卷积到底有哪些用处?
  2. DL之CNN:基于CRNN_OCR算法(keras,CNN+RNN)利用数据集(torch,mdb格式)训练来实现新图片上不定长度字符串进行识别—预测过程
  3. Redis设计于实现之字典
  4. animate css3 应用的借鉴,一个同事写的JS
  5. 密歇根大学团队成果:自动驾驶视觉系统——Bio-LSTM: 三维步行姿势和步态预测的生物力学反馈神经网络
  6. Python数据分析学习笔记:使用SciKit-Learn进行数据规范化
  7. 敏捷开发系列学习总结(4)—Git管理工具sourcetree的安装
  8. 配置quick-cocos2d-x-develop OpenGL version too old
  9. 圆满收官!我的2022 秋招总结与建议
  10. java.io.serializable_java.io.NotSerializableException即使我实现“Serializable”
  11. 数据结构与算法 - 图论
  12. 详解对密码执行散列和 salt 运算方法
  13. Java猜数字小游戏
  14. ie支持html5代码,使用 HTML5 Shiv 让 IE 支持 HTML5
  15. linux命令行 teamview,linux下安装team viewer的方法
  16. vue脚手架根据需要进行配置
  17. 局域网内两台电脑ping不通
  18. 1032:大象喝水 题解 信息学奥赛 NOIP
  19. xv6操作系统中增加一个系统调用
  20. windows10怎么配置二个或多个JDK版本_详细图解

热门文章

  1. mysql分组查询学生平均年龄_那些年我们一起做过的[分组查询]_MySQL
  2. 使用java搭建简单的ligerui环境
  3. mysql 横向分表_mysql横向和纵向的数据库分表
  4. 关于使用Windows10系统,使用LR11录制app脚本的方法说明
  5. AI行业全面复苏,秋招AI岗位竞争激烈!Tesra超算网络助力找到合适的岗位!
  6. Unity--内置转换矩阵
  7. Allegro如何使用快捷键快速切换层面操作指导
  8. Mac中Xcode如何更改编辑器文本字体大小
  9. 电影评论分类(python深度学习——二分类问题)
  10. 剧透, 本届以太坊大会都有哪些牛逼的开发者……