Ok, when I install virt-manager (from the sofware manager) and rebooting (just in case) I launch and get this:I have no idea what command you refer to.
Virtual Machines Manager Connection Failure
Verify that the 'Libvirtd' daemon is running
sudo usermod -aG libvirt $/(whoami) && sudo usermod -aG kvm $(whoami)
sudo apt install --needed virt-manager qemu-desktop libvirt edk2-ovmf dnsmasq vde2 iptables-nft dmidecode
sudo systemctl enable --now libvirtd.service
systemctl status libvirtd.service
chris@chris-Latitude-E6510:~$ sudo apt install --needed virt-manager qemu-desktop libvirt edk-ovmf dndmasq vde2 iptables-nft dmidecode
[sudo] password for chris:
E: Command line option --needed is not understood in combination with the other options
chris@chris-Latitude-E6510:~$
chris@chris-Latitude-E6510:~$ sudo apt install virt-manager qemu-desktop libvirt edk-ovmf dndmasq vde2 iptables-nft dmidecode
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package qemu-desktop
E: Unable to locate package libvirt
E: Unable to locate package edk-ovmf
E: Unable to locate package dndmasq
E: Unable to locate package iptables-nft
chris@chris-Latitude-E6510:~$
I am at a loss here. It should be in any and every repository.Well, that started normally (for me, anyways). I clicked on Remove in the software Manager. removed Virt-manager then I opened up the Terminal, entered your first command and this is what I got:
So, on a whim I tried it without the "--needed":
This is exactly what the OP of the first link wrote about, @PuppyHome . The packages changed/ the additional don't exist anymore.So, on a whim I tried it without the "--needed":
virt-manager after installation without any further commands, and then we see where you at.Yeah, I was wrong about that one. That's probably an Arch thing. (pacman).man apt tells me, --needed is not a known flag.
did you runWell, that started normally (for me, anyways). I clicked on Remove in the software Manager. removed Virt-manager then I opened up the Terminal, entered your first command and this is what I got:
So, on a whim I tried it without the "--needed":
sudo apt update before attempting the install?Yes. sudo apt update and sudo apt upgrade. I've run those before every installation attempt. Actually, I run those before trying to install anything. I've heard it 's a good habit to get into.did you runsudo apt updatebefore attempting the install?
Edit: I have qemu and virt-manager installed but I don't remember exactly what i needed to install to get it. I would have to check my apt history.
Arch and Ubuntu/Mint have different package names.Yeah, I was wrong about that one. That's probably an Arch thing. (pacman).
I'm starting to get confused running between distros.
itsfoss.com