OSX-KVM
OSX-KVM copied to clipboard
Update README.md
I am getting this message when installing the qemu package as given in the README. "Package qemu is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source. "
qemu package has been changed to qemu-system in the latest versions of ubuntu.
What about users on Ubuntu 22.04 LTS?
qemu-system-x86 on Ubuntu 22.04.3 which is the latest LTS ISO from Canonical , same on Debian 12.
This is not an appropriate change for Ubuntu 22.04 LTS users.
$ sudo aptitude install qemu-system
The following NEW packages will be installed:
qemu-system qemu-system-mips{a} qemu-system-misc{a} qemu-system-ppc{a} qemu-system-s390x{a} qemu-system-sparc{a}
0 packages upgraded, 6 newly installed, 0 to remove and 35 not upgraded.
Need to get 73.4 MB of archives. After unpacking 311 MB will be used.
Do you want to continue? [Y/n/?]
Get: 1 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-mips amd64 1:6.2+dfsg-2ubuntu6.18 [15.1 MB]
Get: 2 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-ppc amd64 1:6.2+dfsg-2ubuntu6.18 [8,409 kB]
Get: 3 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-sparc amd64 1:6.2+dfsg-2ubuntu6.18 [5,709 kB]
Get: 4 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-s390x amd64 1:6.2+dfsg-2ubuntu6.18 [2,870 kB]
Get: 5 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system-misc amd64 1:6.2+dfsg-2ubuntu6.18 [41.3 MB]
Get: 6 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 qemu-system amd64 1:6.2+dfsg-2ubuntu6.18 [12.7 kB]
Fetched 73.4 MB in 15s (4,738 kB/s)
Selecting previously unselected package qemu-system-mips.
(Reading database ... 1226347 files and directories currently installed.)
Preparing to unpack .../0-qemu-system-mips_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ...
Unpacking qemu-system-mips (1:6.2+dfsg-2ubuntu6.18) ...
Selecting previously unselected package qemu-system-ppc.
Preparing to unpack .../1-qemu-system-ppc_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ...
Unpacking qemu-system-ppc (1:6.2+dfsg-2ubuntu6.18) ...
Selecting previously unselected package qemu-system-sparc.
Preparing to unpack .../2-qemu-system-sparc_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ...
Unpacking qemu-system-sparc (1:6.2+dfsg-2ubuntu6.18) ...
Selecting previously unselected package qemu-system-s390x.
Preparing to unpack .../3-qemu-system-s390x_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ...
Unpacking qemu-system-s390x (1:6.2+dfsg-2ubuntu6.18) ...
Selecting previously unselected package qemu-system-misc.
Preparing to unpack .../4-qemu-system-misc_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ...
Unpacking qemu-system-misc (1:6.2+dfsg-2ubuntu6.18) ...
Selecting previously unselected package qemu-system.
Preparing to unpack .../5-qemu-system_1%3a6.2+dfsg-2ubuntu6.18_amd64.deb ...
Unpacking qemu-system (1:6.2+dfsg-2ubuntu6.18) ...
Setting up qemu-system-mips (1:6.2+dfsg-2ubuntu6.18) ...
Setting up qemu-system-sparc (1:6.2+dfsg-2ubuntu6.18) ...
Setting up qemu-system-ppc (1:6.2+dfsg-2ubuntu6.18) ...
Setting up qemu-system-misc (1:6.2+dfsg-2ubuntu6.18) ...
Setting up qemu-system-s390x (1:6.2+dfsg-2ubuntu6.18) ...
Setting up qemu-system (1:6.2+dfsg-2ubuntu6.18) ...
Processing triggers for man-db (2.10.2-1) ...
$ dpkg -L qemu-system
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/qemu-system
/usr/share/doc/qemu-system/NEWS.Debian.gz
/usr/share/doc/qemu-system/copyright
/usr/share/doc/qemu-system/changelog.Debian.gz
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"
Once Ubuntu 24.04 LTS is out, we will implement this change.