Jump to content
1 hour ago, Rad25 said:

How to install latest KVM in Linux Mint 22.1? I have old version (version 4 instead 5).

Hello, I'm unsure by what you mean by updating KVM itself but I'm going to assume you mean stuff like QEMU etc...
- Note that I'm fairly new too to Linux, but from some research it seems to be up-gradable like any other packages (At least, on Linux Mint):
(I'm also assuming you did it with apt)

sudo apt update

> To get all available updates for all installed packages

 

sudo apt upgrade

> Will apply ALL the available updates

Other options

sudo apt full-upgrade

> You could also use this one but careful as it WILL remove older version of some packages which in some occasions peoples might consider this risky, I usually go with upgrade for now

You can also upgrade only a specific package:

sudo apt install --only-upgrade <package name>




Hope this helps !

Link to comment
https://linustechtips.com/topic/1609396-kvm-upgrade-linux-mint/#findComment-16709378
Share on other sites

Link to post
Share on other sites

20 minutes ago, Rad25 said:

virt-manager is already the newest version (1:4.1.0-3ubuntu0.1).

If you want to update virt-manager you could try downloading it from their github, read around to see how to download it and install it


I did find a few informations:
Installing it via a package manager:
image.png.19ebf461e5317bd5a840acf5d273c0a5.png


Or from their github:
https://github.com/virt-manager/virt-manager/releases/tag/v5.0.0

Download the release package and follow their instructions : https://github.com/virt-manager/virt-manager/blob/main/INSTALL.md
image.png.24dbc016791a6fd7a5f6e4e6b135e434.png

image.png.c6f768533f29c8477e88e134519b15ef.png
There's a bunch of markdown file you could read, it might help you !

Link to comment
https://linustechtips.com/topic/1609396-kvm-upgrade-linux-mint/#findComment-16709388
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×