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

(새 문서: ==확인== <source lang='cli'> root@zetawiki:~# cadaver The program 'cadaver' is currently not installed. You can install it by typing: apt-get install cadaver </source> ==설치==...)
 
잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
(다른 사용자 한 명의 중간 판 5개는 보이지 않습니다)
1번째 줄: 1번째 줄:


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


==설치==
==설치==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# apt-get install cadaver
root@zetawiki:~# apt-get install cadaver
Reading package lists... Done
Reading package lists... Done
22번째 줄: 22번째 줄:
Do you want to continue [Y/n]?  
Do you want to continue [Y/n]?  
</source>
</source>
<source lang='cli'>
<source lang='console'>
... (생략)
... (생략)
Processing triggers for man-db ...
Processing triggers for man-db ...
31번째 줄: 31번째 줄:
</source>
</source>


==설치==
==확인 2==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# cadaver -V
root@zetawiki:~# cadaver -V
cadaver 0.23.3
cadaver 0.23.3
38번째 줄: 38번째 줄:
readline 6.2
readline 6.2
</source>
</source>
==같이 보기==
*[[CentOS cadaver 설치]]
*[[리눅스 cadaver]]
[[분류: apt-get]]
[[분류: WebDAV]]

2016년 3월 29일 (화) 14:14 기준 최신판

1 확인[ | ]

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

2 설치[ | ]

root@zetawiki:~# apt-get install cadaver
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libneon27-gnutls
The following NEW packages will be installed:
  cadaver libneon27-gnutls
0 upgraded, 2 newly installed, 0 to remove and 69 not upgraded.
Need to get 176 kB of archives.
After this operation, 577 kB of additional disk space will be used.
Do you want to continue [Y/n]?
... (생략)
Processing triggers for man-db ...
Setting up libneon27-gnutls (0.29.6-1ubuntu1) ...
Setting up cadaver (0.23.3-1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

3 확인 2[ | ]

root@zetawiki:~# cadaver -V
cadaver 0.23.3
neon 0.29.6: Library build, IPv6, libxml 2.7.8, zlib 1.2.3.4, GNU TLS 2.12.14.
readline 6.2

4 같이 보기[ | ]

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