How To Install libvirt-designer on Fedora 36

In this tutorial we learn how to install libvirt-designer in Fedora 36. libvirt-designer is Libvirt configuration designer

Introduction

In this tutorial we learn how to install libvirt-designer on Fedora 36.

What is libvirt-designer

This package provides the libvirt configuration designer command line tools.

We can use yum or dnf to install libvirt-designer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libvirt-designer.

Install libvirt-designer on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libvirt-designer using dnf by running the following command:

sudo dnf -y install libvirt-designer

Install libvirt-designer on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libvirt-designer using yum by running the following command:

sudo yum -y install libvirt-designer

How To Uninstall libvirt-designer on Fedora 36

To uninstall only the libvirt-designer package we can use the following command:

sudo dnf remove libvirt-designer

libvirt-designer Package Contents on Fedora 36

/usr/bin/virt-designer
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/4e67bf2abdc60246e8d235626e24736eb3154e
/usr/share/man/man1/virt-designer.1.gz

References

Summary

In this tutorial we learn how to install libvirt-designer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).