howtoinstallqemuarchlinux
howtoinstallqemuarchlinux
This execute a command to install packages. First, you must select a provider to
qemu package:
:: Repository extra
1) qemu-base 2) qemu-desktop 3) qemu-full
4. The next step is add your user to group that drive virt and kvm, i.e.:
`sudo usermod -aG kvm,libvirt $(whoami)`
(whoami is a command that show what is your username)
6. Enable, start and show the status of the libvirt service using this commands:
```sudo systemctl enable libvirtd.service
sudo systemctl start libvirtd.service
sudo systemctl status libvirtd.service
```
(in the last command, the result must show anything like "active running")
7. To allow to use the network configuration, you must activate the config using
this command:
`sudo virsh net-autostart default`
(It shows an alert to point that command executed succesfully)