"우분투 qemu-utils 설치"의 두 판 사이의 차이

(새 문서: ==확인== <source lang='cli'> root@zetawiki:~# qemu-img The program 'qemu-img' is currently not installed. You can install it by typing: apt-get install qemu-utils </source> ==설...)
 
 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;우분투 qemu-utils 설치


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


==설치==
==설치==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# apt-get install qemu-utils
root@zetawiki:~# apt-get install qemu-utils
Reading package lists... Done
Reading package lists... Done
14번째 줄: 15번째 줄:
Reading state information... Done
Reading state information... Done
The following extra packages will be installed:
The following extra packages will be installed:
   libaio1 libboost-system1.54.0 libboost-thread1.54.0 librados2 librbd1
   ca-certificates libaio1 libcurl3-gnutls librados2 librbd1 librtmp0
  sharutils
Suggested packages:
  debootstrap bsd-mailx mailx
The following NEW packages will be installed:
The following NEW packages will be installed:
   libaio1 libboost-system1.54.0 libboost-thread1.54.0 librados2 librbd1
   ca-certificates libaio1 libcurl3-gnutls librados2 librbd1 librtmp0 qemu-utils
  qemu-utils sharutils
0 upgraded, 7 newly installed, 0 to remove and 83 not upgraded.
0 upgraded, 7 newly installed, 0 to remove and 61 not upgraded.
Need to get 1,689 kB of archives.
Need to get 2,345 kB of archives.
After this operation, 4,189 kB of additional disk space will be used.
After this operation, 10.4 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Do you want to continue? [Y/n]  
</source>
</source>
<source lang='cli'>
<source lang='console'>
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B]
Get:2 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]
... (생략)
... (생략)
Setting up qemu-utils (2.0.0+dfsg-2ubuntu1.21) ...
Setting up libaio1 (0.3.109-2ubuntu1) ...
Setting up sharutils (1:4.14-1ubuntu1) ...
Setting up librados2 (0.41-1ubuntu2.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Setting up librbd1 (0.41-1ubuntu2.1) ...
Setting up qemu-utils (1.0+noroms-0ubuntu14.27) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
</source>
</source>


==확인 2==
==확인 2==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# qemu-img | head
root@zetawiki:~# qemu-img | head
qemu-img version 2.0.0, Copyright (c) 2004-2008 Fabrice Bellard
qemu-img version 2.0.0, Copyright (c) 2004-2008 Fabrice Bellard
51번째 줄: 48번째 줄:
</source>
</source>


[[분류: 우분투]]
==같이 보기==
*[[리눅스 qemu-img]]
 
[[분류: Ubuntu]]
[[분류: qemu-img]]

2016년 4월 12일 (화) 00:28 기준 최신판

우분투 qemu-utils 설치

1 확인[ | ]

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

2 설치[ | ]

root@zetawiki:~# apt-get install qemu-utils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  ca-certificates libaio1 libcurl3-gnutls librados2 librbd1 librtmp0
The following NEW packages will be installed:
  ca-certificates libaio1 libcurl3-gnutls librados2 librbd1 librtmp0 qemu-utils
0 upgraded, 7 newly installed, 0 to remove and 83 not upgraded.
Need to get 1,689 kB of archives.
After this operation, 4,189 kB of additional disk space will be used.
Do you want to continue [Y/n]?
... (생략)
Setting up libaio1 (0.3.109-2ubuntu1) ...
Setting up librados2 (0.41-1ubuntu2.1) ...
Setting up librbd1 (0.41-1ubuntu2.1) ...
Setting up qemu-utils (1.0+noroms-0ubuntu14.27) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

3 확인 2[ | ]

root@zetawiki:~# qemu-img | head
qemu-img version 2.0.0, Copyright (c) 2004-2008 Fabrice Bellard
usage: qemu-img command [command options]
QEMU disk image utility

Command syntax:
  check [-q] [-f fmt] [--output=ofmt]  [-r [leaks | all]] filename
  create [-q] [-f fmt] [-o options] filename [size]
  commit [-q] [-f fmt] [-t cache] filename
  compare [-f fmt] [-F fmt] [-p] [-q] [-s] filename1 filename2
  convert [-c] [-p] [-q] [-n] [-f fmt] [-t cache] [-O output_fmt] [-o options] [-s snapshot_id_or_name] [-l snapshot_param] [-S sparse_size] filename [filename2 [...]] output_filename

4 같이 보기[ | ]

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