DEV Community

Indra Wahyu
Indra Wahyu

Posted on

 

Enabling hardware virtualization Fedora Linux

Run the following command

sudo dnf install @virtualization
Enter fullscreen mode Exit fullscreen mode

After the packages install, start the libvirtd service

sudo systemctl start libvirtd
Enter fullscreen mode Exit fullscreen mode

Run this command to start the service on boot

sudo systemctl enable libvirtd
Enter fullscreen mode Exit fullscreen mode

Reference

Top comments (0)

Advice For Junior Developers

Advice from a career of 15+ years for new and beginner developers just getting started on their journey.