- KVM Virtualization Cookbook
- Konstantin Ivanov
- 89字
- 2021-07-02 22:07:03
How to do it...
Perform the following steps to install QEMU from packages on Ubuntu/Debian and RHEL/CentOS distributions:
- On Ubuntu/Debian distributions, update your packages index:
root@kvm:~# apt-get update
- Install the package:
root@kvm:~# apt-get install -y qemu
- On CentOS/RHEL distributions execute:
root@kvm:~# yum install qemu-kvm
To install from source, execute the following:
- Download the archive first:
root@kvm:~#cd /usr/src && wget
http://download.qemu-project.org/qemu-2.8.0.tar.xz
- Extract the files from the archive:
root@kvm:/usr/src# tar xvJf qemu-2.8.0.tar.xz && cd qemu- 2.8.0
- Configure and compile the source code:
root@kvm:/usr/src/qemu-2.8.0# ./configure
root@kvm:/usr/src/qemu-2.8.0# make && make install
推薦閱讀
- Unity 2020 By Example
- Mobile Web Performance Optimization
- 編程的修煉
- GeoServer Cookbook
- C語言程序設(shè)計(第3版)
- Python語言程序設(shè)計
- Learning SAP Analytics Cloud
- 樂高機器人設(shè)計技巧:EV3結(jié)構(gòu)設(shè)計與編程指導(dǎo)
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- MATLAB GUI純代碼編寫從入門到實戰(zhàn)
- Web App Testing Using Knockout.JS
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- C#程序設(shè)計基礎(chǔ)入門教程
- 分布式數(shù)據(jù)庫HBase案例教程
- DevOps 精要:業(yè)務(wù)視角