How to Install and Uninstall libmanette.i686 Package on Fedora 39

Last updated: October 08,2024

1. Install "libmanette.i686" package

Here is a brief guide to show you how to install libmanette.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libmanette.i686

2. Uninstall "libmanette.i686" package

This guide covers the steps necessary to uninstall libmanette.i686 on Fedora 39:

$ sudo dnf remove libmanette.i686 $ sudo dnf autoremove

3. Information about the libmanette.i686 package on Fedora 39

Last metadata expiration check: 5:16:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libmanette
Version : 0.2.6
Release : 7.fc39
Architecture : i686
Size : 50 k
Source : libmanette-0.2.6-7.fc39.src.rpm
Repository : fedora
Summary : Game controller library
URL : https://gitlab.gnome.org/aplazas/libmanette
License : LGPLv2+
Description : 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.