How To Install libgamerzilla on Fedora 36

In this tutorial we learn how to install libgamerzilla in Fedora 36. libgamerzilla is Gamerzilla Integration Library

Introduction

In this tutorial we learn how to install libgamerzilla on Fedora 36.


title: “How To Install libgamerzilla on Fedora 36” linkTitle: “libgamerzilla” type: “docs” description: “In this tutorial we learn how to install libgamerzilla in Fedora 36. libgamerzilla is Gamerzilla Integration Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgamerzilla-featured.png

Introduction

In this tutorial we learn how to install libgamerzilla on Fedora 36.

What is libgamerzilla

Gamerzilla is trophy/achievement system for games. It integrates with a hubzilla plugin to display your results online. Games can either connect directly to hubzilla or connect to a game launcher with using this library.

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

Install libgamerzilla on Fedora 36 Using dnf

Update yum database with dnf using the following command.

What is libgamerzilla

sudo dnf makecache --refresh
> Gamerzilla is trophy/achievement system for games. It integrates with a hubzilla plugin to display your results online. Games can either connect directly to hubzilla or connect to a game launcher with using this library.  

After updating yum database, We can install libgamerzilla using dnf by running the following command: We can use yum or dnf to install libgamerzilla on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgamerzilla.

## Install libgamerzilla on Fedora 36 Using dnf
sudo dnf -y install libgamerzilla

Update yum database with dnf using the following command.

Install libgamerzilla on Fedora 36 Using yum


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

```bash
sudo dnf makecache --refresh
sudo yum makecache --refresh


After updating yum database, We can install `libgamerzilla` using `dnf` by running the following command:
After updating yum database, We can install `libgamerzilla` using `yum` by running the following command:


```bash
```bash
sudo dnf -y install libgamerzilla
sudo yum -y install libgamerzilla

## How To Uninstall libgamerzilla on Fedora 36
## Install libgamerzilla on Fedora 36 Using yum


To uninstall only the `libgamerzilla` package we can use the following command:
Update yum database with `yum` using the following command.


```bash
```bash
sudo yum makecache --refresh
sudo dnf remove libgamerzilla


## libgamerzilla Package Contents on Fedora 36
After updating yum database, We can install `libgamerzilla` using `yum` by running the following command:


```bash
```bash
sudo yum -y install libgamerzilla

How To Uninstall libgamerzilla on Fedora 36

To uninstall only the libgamerzilla package we can use the following command:

sudo dnf remove libgamerzilla

libgamerzilla Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/e3419082fd757f22a2ed2f45366dad642bde8c
/usr/lib64/libgamerzilla.so.0
/usr/lib64/libgamerzilla.so.0.1.0
/usr/share/doc/libgamerzilla
/usr/share/doc/libgamerzilla/README
/usr/share/licenses/libgamerzilla
/usr/share/licenses/libgamerzilla/LICENSE

References

Summary

/usr/lib/.build-id /usr/lib/.build-id/0b /usr/lib/.build-id/0b/d3d0c9ab5188234aa58b5419fcfae2f1537681 /usr/lib/libgamerzilla.so.0 /usr/lib/libgamerzilla.so.0.1.0 /usr/share/doc/libgamerzilla /usr/share/doc/libgamerzilla/README /usr/share/licenses/libgamerzilla /usr/share/licenses/libgamerzilla/LICENSE

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


## References

* [libgamerzilla website](https://github.com/dulsi/libgamerzilla)

## Summary

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