How To Install libwiimote-devel on Fedora 36

In this tutorial we learn how to install libwiimote-devel in Fedora 36. libwiimote-devel is Development files for libwiimote

Introduction

In this tutorial we learn how to install libwiimote-devel on Fedora 36.

What is libwiimote-devel

The libwiimote-devel package contains libraries and header files for developing applications that use libwiimote.

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

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

sudo dnf -y install libwiimote-devel

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

sudo yum -y install libwiimote-devel

How To Uninstall libwiimote-devel on Fedora 36

To uninstall only the libwiimote-devel package we can use the following command:

sudo dnf remove libwiimote-devel

libwiimote-devel Package Contents on Fedora 36

---
title: "How To Install libwiimote-devel on Fedora 36"
linkTitle: "libwiimote-devel"
type: "docs"
description: "In this tutorial we learn how to install libwiimote-devel in Fedora 36. libwiimote-devel is Development files for libwiimote"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libwiimote-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `libwiimote-devel` on Fedora 36.

### What is `libwiimote-devel`

> The libwiimote-devel package contains libraries and header files for developing applications that use libwiimote.  

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

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

/usr/include/libcwiimote /usr/include/libcwiimote/bthid.h /usr/include/libcwiimote/wiimote.h /usr/include/libcwiimote/wiimote_api.h /usr/include/libcwiimote/wiimote_classic.h /usr/include/libcwiimote/wiimote_error.h /usr/include/libcwiimote/wiimote_event.h /usr/include/libcwiimote/wiimote_io.h /usr/include/libcwiimote/wiimote_ir.h /usr/include/libcwiimote/wiimote_link.h /usr/include/libcwiimote/wiimote_mii.h /usr/include/libcwiimote/wiimote_nunchuk.h /usr/include/libcwiimote/wiimote_report.h /usr/include/libcwiimote/wiimote_speaker.h /usr/include/libcwiimote/wiimote_util.h /usr/lib64/libcwiimote.so

sudo dnf -y install libwiimote-devel

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

```bash

sudo yum -y install libwiimote-devel
## References

How To Uninstall libwiimote-devel on Fedora 36

To uninstall only the libwiimote-devel package we can use the following command:

sudo dnf remove libwiimote-devel

libwiimote-devel Package Contents on Fedora 36


## Summary

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

/usr/include/libcwiimote
/usr/include/libcwiimote/bthid.h
/usr/include/libcwiimote/wiimote.h
/usr/include/libcwiimote/wiimote_api.h
/usr/include/libcwiimote/wiimote_classic.h
/usr/include/libcwiimote/wiimote_error.h
/usr/include/libcwiimote/wiimote_event.h
/usr/include/libcwiimote/wiimote_io.h
/usr/include/libcwiimote/wiimote_ir.h
/usr/include/libcwiimote/wiimote_link.h
/usr/include/libcwiimote/wiimote_mii.h
/usr/include/libcwiimote/wiimote_nunchuk.h
/usr/include/libcwiimote/wiimote_report.h
/usr/include/libcwiimote/wiimote_speaker.h
/usr/include/libcwiimote/wiimote_util.h
/usr/lib/libcwiimote.so

References

Summary

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