우분투 qemu-utils 설치

Jmnote (토론 | 기여)님의 2015년 12월 8일 (화) 10:45 판 (새 문서: ==확인== <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> ==설...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

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:
  libaio1 libboost-system1.54.0 libboost-thread1.54.0 librados2 librbd1
  sharutils
Suggested packages:
  debootstrap bsd-mailx mailx
The following NEW packages will be installed:
  libaio1 libboost-system1.54.0 libboost-thread1.54.0 librados2 librbd1
  qemu-utils sharutils
0 upgraded, 7 newly installed, 0 to remove and 61 not upgraded.
Need to get 2,345 kB of archives.
After this operation, 10.4 MB of additional disk space will be used.
Do you want to continue? [Y/n]
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 sharutils (1:4.14-1ubuntu1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...

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
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}