I'm using 18.04 ubuntu, but the qemu-kvm installed is very old (2.1) Is there a ppa with the last version 4.2.0?
Asked
Active
Viewed 4,527 times
2 Answers
4
Qemu-kvm can be found on the download page on their website. They provide instructions for a tar ball download:
cd ~/Downloads/
wget https://download.qemu.org/qemu-4.2.0.tar.xz
tar xvJf qemu-4.2.0.tar.xz
cd qemu-4.2.0
./configure
make
There is no PPA for 4.2. According to pkgs.org there is
Upgrade to 19.10 if you want the latest version using Ubuntu's installation method. Or get used to installing from source. 2.1 IS the one made for 18.04.
Rinzwind
- 309,379
2
https://software.opensuse.org/package/qemu
There is a community build for Ubuntu 18.04 and other distributions
Yury Pavlov
- 21