"우분투 sshpass 설치"의 두 판 사이의 차이

(새 문서: {{다른뜻|CentOS sshpass 설치}} ;우분투 sshpass 설치 ==확인== <source lang='cli'> root@zetawiki:~# sshpass -V The program 'sshpass' is currently not installed. You can ins...)
 
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|CentOS sshpass 설치}}
{{다른뜻|CentOS sshpass 설치}}
;우분투 sshpass 설치
;우분투 sshpass 설치 (apt-get)


==확인==
==확인==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# sshpass -V
root@zetawiki:~# sshpass -V
The program 'sshpass' is currently not installed. You can install it by typing:
The program 'sshpass' is currently not installed. You can install it by typing:
10번째 줄: 10번째 줄:


==설치==
==설치==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# apt-get install sshpass
root@zetawiki:~# apt-get install sshpass
Reading package lists... Done
Reading package lists... Done
31번째 줄: 31번째 줄:


==확인 2==
==확인 2==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# sshpass -V
root@zetawiki:~# sshpass -V
sshpass 1.05 (C) 2006-2011 Lingnu Open Source Consulting Ltd.
sshpass 1.05 (C) 2006-2011 Lingnu Open Source Consulting Ltd.

2016년 5월 24일 (화) 17:20 기준 최신판

  다른 뜻에 대해서는 CentOS sshpass 설치 문서를 참조하십시오.
우분투 sshpass 설치 (apt-get)

1 확인[ | ]

root@zetawiki:~# sshpass -V
The program 'sshpass' is currently not installed. You can install it by typing:
apt-get install sshpass

2 설치[ | ]

root@zetawiki:~# apt-get install sshpass
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  sshpass
0 upgraded, 1 newly installed, 0 to remove and 140 not upgraded.
Need to get 10.5 kB of archives.
After this operation, 56.3 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/universe sshpass amd64 1.05-1 [10.5 kB]
Fetched 10.5 kB in 0s (14.2 kB/s)    
Selecting previously unselected package sshpass.
(Reading database ... 61638 files and directories currently installed.)
Preparing to unpack .../sshpass_1.05-1_amd64.deb ...
Unpacking sshpass (1.05-1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up sshpass (1.05-1) ...

3 확인 2[ | ]

root@zetawiki:~# sshpass -V
sshpass 1.05 (C) 2006-2011 Lingnu Open Source Consulting Ltd.
This program is free software, and can be distributed under the terms of the GPL
See the COPYING file for more information.

4 같이 보기[ | ]

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