How To Install libmygpo-qt on Fedora 36

In this tutorial we learn how to install libmygpo-qt in Fedora 36. libmygpo-qt is Qt4 Library that wraps the gpodder.net Web API

Introduction

In this tutorial we learn how to install libmygpo-qt on Fedora 36.

What is libmygpo-qt

libmygpo-qt is a Qt4 Library that wraps the gpodder.net Web API, http

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

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

sudo dnf -y install libmygpo-qt

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

sudo yum -y install libmygpo-qt

How To Uninstall libmygpo-qt on Fedora 36

To uninstall only the libmygpo-qt package we can use the following command:

sudo dnf remove libmygpo-qt

libmygpo-qt Package Contents on Fedora 36

---
title: "How To Install libmygpo-qt on Fedora 36"
linkTitle: "libmygpo-qt"
type: "docs"
description: "In this tutorial we learn how to install libmygpo-qt in Fedora 36. libmygpo-qt is Qt4 Library that wraps the gpodder.net Web API"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmygpo-qt-featured.png
---

## Introduction

In this tutorial we learn how to install `libmygpo-qt` on Fedora 36.

### What is `libmygpo-qt`

> libmygpo-qt is a Qt4 Library that wraps the gpodder.net Web API, http  

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

## Install libmygpo-qt 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 libmygpo-qt using dnf by running the following command:

sudo dnf -y install libmygpo-qt

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

sudo yum -y install libmygpo-qt

How To Uninstall libmygpo-qt on Fedora 36

To uninstall only the libmygpo-qt package we can use the following command:

sudo dnf remove libmygpo-qt

libmygpo-qt Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/29ead3dd870aca93172fa34dce7f83871ee581
/usr/lib/libmygpo-qt.so.1
/usr/lib/libmygpo-qt.so.1.1.0
/usr/share/doc/libmygpo-qt
/usr/share/doc/libmygpo-qt/AUTHORS
/usr/share/doc/libmygpo-qt/LICENSE
/usr/share/doc/libmygpo-qt/README
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/e0380359060431bcde387bc9e816a98bca63eb
/usr/lib64/libmygpo-qt.so.1
/usr/lib64/libmygpo-qt.so.1.1.0
/usr/share/doc/libmygpo-qt
/usr/share/doc/libmygpo-qt/AUTHORS
/usr/share/doc/libmygpo-qt/LICENSE
/usr/share/doc/libmygpo-qt/README

References

Summary

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


## References

* [libmygpo-qt website](https://github.com/gpodder/libmygpo-qt/)

## Summary

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