"CentOS7 nslookup 설치"의 두 판 사이의 차이

97번째 줄: 97번째 줄:
==같이 보기==
==같이 보기==


[[분류: CentOS7]]
[[분류: CentOS]]
[[분류:네트워크]]
[[분류:네트워크]]

2018년 11월 26일 (월) 00:44 판

1 개요

nslookup Installation
nslookup 설치

2 설치 명령

yum install bind-utils

3 설치 예시

[root@zetawiki]# yum install bind-utils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.kakao.com
 * extras: mirror.kakao.com
 * updates: mirror.kakao.com
Resolving Dependencies
--> Running transaction check
---> Package bind-utils.x86_64 32:9.9.4-61.el7_5.1 will be installed
--> Processing Dependency: bind-libs = 32:9.9.4-61.el7_5.1 for package: 32:bind-utils-9.9.4-61.el7_5.1.x86_64
--> Processing Dependency: liblwres.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7_5.1.x86_64
--> Processing Dependency: libisccfg.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7_5.1.x86_64
--> Processing Dependency: libisccc.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7_5.1.x86_64
--> Processing Dependency: libisc.so.95()(64bit) for package: 32:bind-utils-9.9.4-61.el7_5.1.x86_64
--> Processing Dependency: libdns.so.100()(64bit) for package: 32:bind-utils-9.9.4-61.el7_5.1.x86_64
--> Processing Dependency: libbind9.so.90()(64bit) for package: 32:bind-utils-9.9.4-61.el7_5.1.x86_64
--> Running transaction check
---> Package bind-libs.x86_64 32:9.9.4-61.el7_5.1 will be installed
--> Processing Dependency: bind-license = 32:9.9.4-61.el7_5.1 for package: 32:bind-libs-9.9.4-61.el7_5.1.x86_64
--> Running transaction check
---> Package bind-license.noarch 32:9.9.4-61.el7 will be updated
--> Processing Dependency: bind-license = 32:9.9.4-61.el7 for package: 32:bind-libs-lite-9.9.4-61.el7.x86_64
---> Package bind-license.noarch 32:9.9.4-61.el7_5.1 will be an update
--> Running transaction check
---> Package bind-libs-lite.x86_64 32:9.9.4-61.el7 will be updated
---> Package bind-libs-lite.x86_64 32:9.9.4-61.el7_5.1 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================
 Package                           Arch                      Version                                   Repository                  Size
========================================================================================================================================
Installing:
 bind-utils                        x86_64                    32:9.9.4-61.el7_5.1                       updates                    204 k
Installing for dependencies:
 bind-libs                         x86_64                    32:9.9.4-61.el7_5.1                       updates                    1.0 M
Updating for dependencies:
 bind-libs-lite                    x86_64                    32:9.9.4-61.el7_5.1                       updates                    734 k
 bind-license                      noarch                    32:9.9.4-61.el7_5.1                       updates                     85 k

Transaction Summary
========================================================================================================================================
Install  1 Package  (+1 Dependent package)
Upgrade             ( 2 Dependent packages)

Total download size: 2.0 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/4): bind-libs-lite-9.9.4-61.el7_5.1.x86_64.rpm                                                                | 734 kB  00:00:00
(2/4): bind-libs-9.9.4-61.el7_5.1.x86_64.rpm                                                                     | 1.0 MB  00:00:00
(3/4): bind-license-9.9.4-61.el7_5.1.noarch.rpm                                                                  |  85 kB  00:00:00
(4/4): bind-utils-9.9.4-61.el7_5.1.x86_64.rpm                                                                    | 204 kB  00:00:00
----------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                   4.3 MB/s | 2.0 MB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : 32:bind-license-9.9.4-61.el7_5.1.noarch                                                                              1/6
  Installing : 32:bind-libs-9.9.4-61.el7_5.1.x86_64                                                                                 2/6
  Installing : 32:bind-utils-9.9.4-61.el7_5.1.x86_64                                                                                3/6
  Updating   : 32:bind-libs-lite-9.9.4-61.el7_5.1.x86_64                                                                            4/6
  Cleanup    : 32:bind-libs-lite-9.9.4-61.el7.x86_64                                                                                5/6
  Cleanup    : 32:bind-license-9.9.4-61.el7.noarch                                                                                  6/6
  Verifying  : 32:bind-license-9.9.4-61.el7_5.1.noarch                                                                              1/6
  Verifying  : 32:bind-utils-9.9.4-61.el7_5.1.x86_64                                                                                2/6
  Verifying  : 32:bind-libs-lite-9.9.4-61.el7_5.1.x86_64                                                                            3/6
  Verifying  : 32:bind-libs-9.9.4-61.el7_5.1.x86_64                                                                                 4/6
  Verifying  : 32:bind-libs-lite-9.9.4-61.el7.x86_64                                                                                5/6
  Verifying  : 32:bind-license-9.9.4-61.el7.noarch                                                                                  6/6

Installed:
  bind-utils.x86_64 32:9.9.4-61.el7_5.1

Dependency Installed:
  bind-libs.x86_64 32:9.9.4-61.el7_5.1

Dependency Updated:
  bind-libs-lite.x86_64 32:9.9.4-61.el7_5.1                           bind-license.noarch 32:9.9.4-61.el7_5.1

Complete!

4 같이 보기

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