How To Install libmanette on Fedora 36

In this tutorial we learn how to install libmanette in Fedora 36. libmanette is Game controller library

Introduction

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

What is libmanette

libmanette is a small GObject library giving you simple access to game controllers. This library is intended for software needing a painless access to game controllers from any programming language and with little dependencies. It supports the de-facto standard gamepads as defined by the W3C standard Gamepad specification or as implemented by the SDL GameController. More game controller kinds could be supported in the future if needed. Mapping of the devices is handled transparently and internally by the library using the popular SDL mapping string format.

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

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

sudo dnf -y install libmanette

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

sudo yum -y install libmanette

How To Uninstall libmanette on Fedora 36

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

sudo dnf remove libmanette

libmanette Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/d623e29e550b43d8810323bd7453c6e682576a
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Manette-0.2.typelib
/usr/lib/libmanette-0.2.so.0
/usr/share/doc/libmanette
/usr/share/doc/libmanette/NEWS
/usr/share/doc/libmanette/README.md
/usr/share/licenses/libmanette
/usr/share/licenses/libmanette/COPYING

References

Summary

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


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

Introduction

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

What is libmanette

libmanette is a small GObject library giving you simple access to game controllers. This library is intended for software needing a painless access to game controllers from any programming language and with little dependencies. It supports the de-facto standard gamepads as defined by the W3C standard Gamepad specification or as implemented by the SDL GameController. More game controller kinds could be supported in the future if needed. Mapping of the devices is handled transparently and internally by the library using the popular SDL mapping string format.

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

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

sudo dnf -y install libmanette

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

sudo yum -y install libmanette

How To Uninstall libmanette on Fedora 36

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

sudo dnf remove libmanette

libmanette Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/bdf241b608fe3d77396876a237a8812cca7392
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Manette-0.2.typelib
/usr/lib64/libmanette-0.2.so.0
/usr/share/doc/libmanette
/usr/share/doc/libmanette/NEWS
/usr/share/doc/libmanette/README.md
/usr/share/licenses/libmanette
/usr/share/licenses/libmanette/COPYING

References

Summary

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