How To Install wiiuse on Fedora 36
Introduction
In this tutorial we learn how to install wiiuse
on Fedora 36.
What is wiiuse
A library that implements access to wiiremote controllers via bluetooth.
We can use yum
or dnf
to install wiiuse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wiiuse.
Install wiiuse 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 wiiuse
using dnf
by running the following command:
title: “How To Install wiiuse on Fedora 36”
linkTitle: "wiiuse"
sudo dnf -y install wiiuse
type: "docs"
description: “In this tutorial we learn how to install wiiuse in Fedora 36. wiiuse is The wiiuse library is used to access and control multiple Nintendo Wiimotes” date: “2022-08-17”
Install wiiuse on Fedora 36 Using yum
lastmod: “2022-08-17”
#image: /images/fedora/36/wiiuse-featured.png
Update yum database with yum
using the following command.
## Introduction
sudo yum makecache --refresh
In this tutorial we learn how to install wiiuse
on Fedora 36.
After updating yum database, We can install wiiuse
using yum
by running the following command:
What is wiiuse
sudo yum -y install wiiuse
> A library that implements access to wiiremote controllers via bluetooth.
How To Uninstall wiiuse on Fedora 36
We can use yum
or dnf
to install wiiuse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wiiuse.
To uninstall only the wiiuse
package we can use the following command:
Install wiiuse on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
```bash
sudo dnf makecache --refresh
sudo dnf remove wiiuse
After updating yum database, We can install `wiiuse` using `dnf` by running the following command:
## wiiuse Package Contents on Fedora 36
```bash
sudo dnf -y install wiiuse
```bash
Install wiiuse 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 wiiuse
using yum
by running the following command:
sudo yum -y install wiiuse
How To Uninstall wiiuse on Fedora 36
To uninstall only the wiiuse
package we can use the following command:
sudo dnf remove wiiuse
wiiuse Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/9b339d957aadc0a780456f06ceda5e44efbd71
/usr/lib/libwiiuse.so.0
/usr/share/doc/wiiuse
/usr/share/doc/wiiuse/CHANGELOG.mkd
/usr/share/doc/wiiuse/README.mkd
/usr/share/licenses/wiiuse
/usr/share/licenses/wiiuse/LICENSE
References
Summary
In this tutorial we learn how to install wiiuse
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/7f /usr/lib/.build-id/7f/96f8fd2c50923dfebe6d542d4e1df2c7f57741 /usr/lib64/libwiiuse.so.0 /usr/share/doc/wiiuse /usr/share/doc/wiiuse/CHANGELOG.mkd /usr/share/doc/wiiuse/README.mkd /usr/share/licenses/wiiuse /usr/share/licenses/wiiuse/LICENSE
## References
* [wiiuse website](https://github.com/rpavlik/wiiuse)
## Summary
In this tutorial we learn how to install `wiiuse` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).