Durring the installation of cloudmin I get problem with kvm

How can i fix this? Ubuntu 18.04.3 | Webmin 1.940 | Virtualmin 6.08

Package kvm 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
E: Package 'kvm' has no installation candidate
.. install faile

I do according to

Yes, I tried apt-get update, dont help

1 Answer

The upstream cloudmin install script runs

apt-get -y install kvm qemu

But the package kvm doesn't exist anymore since quite some time (appeared last in precise in 2012).

Replace it with something more appropriate like qemu-system or in most cases sufficient just the one with your architecture qemu-system-x86 and it would pass the issue that you reported.

apt-get -y install qemu-system-x86

This also might indicated that the cloudmin sources might be somewhat outdated, once you fixed this and potentially other issues you could report them an issue to update this.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like