How To Install libvirt-gobject on Fedora 36

In this tutorial we learn how to install libvirt-gobject in Fedora 36. libvirt-gobject is libvirt object APIs for managing virtualization hosts

Introduction

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

What is libvirt-gobject

This package provides APIs for managing virtualization host objects

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

Install libvirt-gobject 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-gobject using dnf by running the following command:

sudo dnf -y install libvirt-gobject

Install libvirt-gobject 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-gobject using yum by running the following command:

sudo yum -y install libvirt-gobject

How To Uninstall libvirt-gobject on Fedora 36

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

sudo dnf remove libvirt-gobject

libvirt-gobject Package Contents on Fedora 36

---
title: "How To Install libvirt-gobject on Fedora 36"
linkTitle: "libvirt-gobject"
type: "docs"
description: "In this tutorial we learn how to install libvirt-gobject in Fedora 36. libvirt-gobject is libvirt object APIs for managing virtualization hosts"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libvirt-gobject-featured.png
---

## Introduction

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

### What is `libvirt-gobject`

> This package provides APIs for managing virtualization host objects  

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

## Install libvirt-gobject on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libvirt-gobject

Install libvirt-gobject 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-gobject using yum by running the following command:

sudo yum -y install libvirt-gobject

How To Uninstall libvirt-gobject on Fedora 36

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

sudo dnf remove libvirt-gobject

libvirt-gobject Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/eade1114dccb88644551ce00f9384050d3f8bf
/usr/lib64/girepository-1.0/LibvirtGObject-1.0.typelib
/usr/lib64/libvirt-gobject-1.0.so.0
/usr/lib64/libvirt-gobject-1.0.so.0.4000.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/ca /usr/lib/.build-id/ca/9a7cf542c828a836a6d6b2181bd98eb0180d5f /usr/lib/girepository-1.0/LibvirtGObject-1.0.typelib /usr/lib/libvirt-gobject-1.0.so.0 /usr/lib/libvirt-gobject-1.0.so.0.4000.0


## References

* [libvirt-gobject website](https://libvirt.org/)

## Summary

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