码迷,mamicode.com
首页 > 其他好文 > 详细

Centos7安装jq

时间:2020-07-24 19:06:44      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:x86_64   重新安装   安装   art   解析   etc   lang   clean   pre   

  1. jq可以给shell提供json解析功能,但托管在epel仓库
yum -y install epel-release
yum clean all
yum makecache
yum -y install jq
  1. 若安装过程遇到如下问题:

yum Cannot retrieve metalink for repository: epel/x86_64

解决办法:既然不能用https的仓库,那就直接使用http吧,epel也正好支持http+https两种方式,然后清理,重新安装:

# 将https转为http
sed -i ‘s#https://#http://#g‘ /etc/yum.repos.d/epel*repo
yum clean all
yum makecache
yum -y install jq

Centos7安装jq

标签:x86_64   重新安装   安装   art   解析   etc   lang   clean   pre   

原文地址:https://www.cnblogs.com/JaxYoun/p/13373182.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!