"CentOS jq 설치"의 두 판 사이의 차이

(새 문서: ==개요== ;CentOS jq 설치 ;CentOS 7 jq 설치 <source lang='console'> root@centos7:~# jq bash: jq: command not found </source> <source lang='console'> root@centos7:~# yum install j...)
 
2번째 줄: 2번째 줄:
;CentOS jq 설치
;CentOS jq 설치
;CentOS 7 jq 설치
;CentOS 7 jq 설치
;No package jq available.
<source lang='console'>
<source lang='console'>
root@centos7:~# jq
root@centos7:~# jq
11번째 줄: 13번째 줄:
No package jq available.
No package jq available.
Error: Nothing to do
Error: Nothing to do
</source>
==사전작업==
* [[CentOS epel-release 설치]]
<source lang='console'>
root@centos7:~# yum install epel-release
...
======================================================================
Package            Arch          Version        Repository    Size
======================================================================
Installing:
epel-release        noarch        7-11          extras        15 k
Transaction Summary
======================================================================
Install  1 Package
Total download size: 15 k
Installed size: 24 k
Is this ok [y/d/N]: y
...
Installed:
  epel-release.noarch 0:7-11
Complete!
</source>
==본작업==
<source lang='console'>
root@centos7:~# yum install jq
...
======================================================================
Package          Arch          Version            Repository  Size
======================================================================
Installing:
jq              x86_64        1.5-1.el7          epel        153 k
Installing for dependencies:
oniguruma        x86_64        5.9.5-3.el7        epel        129 k
Transaction Summary
======================================================================
Install  1 Package (+1 Dependent package)
Total download size: 282 k
Installed size: 906 k
Is this ok [y/d/N]: y
...
Installed:
  jq.x86_64 0:1.5-1.el7
Dependency Installed:
  oniguruma.x86_64 0:5.9.5-3.el7
Complete!
</source>
</source>



2019년 11월 19일 (화) 15:24 판

1 개요

CentOS jq 설치
CentOS 7 jq 설치
No package jq available.
root@centos7:~# jq
bash: jq: command not found
root@centos7:~# yum install jq
...
No package jq available.
Error: Nothing to do

2 사전작업

root@centos7:~# yum install epel-release
...
======================================================================
 Package             Arch          Version        Repository     Size
======================================================================
Installing:
 epel-release        noarch        7-11           extras         15 k

Transaction Summary
======================================================================
Install  1 Package

Total download size: 15 k
Installed size: 24 k
Is this ok [y/d/N]: y
...
Installed:
  epel-release.noarch 0:7-11

Complete!

3 본작업

root@centos7:~# yum install jq
...
======================================================================
 Package          Arch          Version             Repository   Size
======================================================================
Installing:
 jq               x86_64        1.5-1.el7           epel        153 k
Installing for dependencies:
 oniguruma        x86_64        5.9.5-3.el7         epel        129 k

Transaction Summary
======================================================================
Install  1 Package (+1 Dependent package)

Total download size: 282 k
Installed size: 906 k
Is this ok [y/d/N]: y
...
Installed:
  jq.x86_64 0:1.5-1.el7

Dependency Installed:
  oniguruma.x86_64 0:5.9.5-3.el7

Complete!

4 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}