우분투 qemu-utils 설치

우분투 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 }}