[root@bogon src]# yum install redis
Loaded plugins: fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* base: mirrors.huaweicloud.com
* extras: mirrors.aliyun.com
* updates: mirrors.huaweicloud.com
No package redis available.
Error: Nothing to do

 https://fedoraproject.org/wiki/EPEL/zh-cn#.E5.A6.82.E4.BD.95.E8.8E.B7.E5.8F.96_EPEL_.E7.9A.84.E8.BD.AF.E4.BB.B6.E5.8C.85.EF.BC.9F

第二、下载EPEL对应的版本和安装

版本寻找地址:http://fedoraproject.org/wiki/EPEL

我需要的是centos64位,我直接找到源后wget下载到当前目录:

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

然后进行安装:

rpm -ivh epel-release-6-8.noarch.rpm

第三、安装redis

yum install redis

然后我们再执行安装命令就可以正常的安装,期间会提到需要输入y回车我们就根据提示输入回车直到安装完毕。

最新文章

  1. [No000054] Windows 下Python3.5, NoteBook增强版安装
  2. sql-计算每个月星期几有几天
  3. NEFU 503 矩阵求解 (非01异或的高斯消元)
  4. 编码Q&A
  5. BizTalk开发系列(十七) 信封架构(Envelop)
  6. C语言中strdup函数使用方法
  7. 推荐!Sublime Text 最佳插件列表
  8. web前端面试题收集(一)
  9. JavaScript 总结
  10. Android 无法Bind Service
  11. CoreJavaE10V1P3.2 第3章 Java的基本编程结构-3.2 注释
  12. Struts(十二):异常处理:exception-mapping元素
  13. BZOJ_3932_[CQOI2015]任务查询系统_主席树
  14. 硬件笔记之MacMini开启HiDPI
  15. PAT L3-016 二叉搜索树的结构
  16. 服务容错保护断路器Hystrix之一:入门示例介绍(springcloud引入Hystrix的两种方式)
  17. [UE4]嵌套Canvas
  18. 使用JSP页面生成PDF报表
  19. Ubuntu16.04+cuda8.0+cuDNNV5.1 + Tensorflow+ GT 840M安装小结
  20. HDU1080(DP)

热门文章

  1. momentjs的使用
  2. Windows Server 2016-查询并导出固定时间段创建AD用户
  3. python3 判断数据类型
  4. Linux Mysql数据库安全配置
  5. HBase工具:如何查看HBase的HFile
  6. 2018/05/14 03:56:10 [error] 12959#0: *42285845507 client intended to send too large body: 1664288 bytes
  7. 移动端1px的解决办法之styled
  8. IDEA SpringBoot多模块项目搭建详细过程(转)
  9. MongoDB Change Stream:简介、尝试与应用
  10. Docker镜像拉不下来?试试这些