How To Install DecodeIR on Fedora 36

In this tutorial we learn how to install DecodeIR in Fedora 36. DecodeIR is Infrared remote controls decoding library

Introduction

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

What is DecodeIR

DecodeIR is a general library which can decode signals for a large number of infrared remote controls. It can be used as a regular C library or through a java interface. Being a JNI library, it does not support multi-arch installations.

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

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

sudo dnf -y install DecodeIR

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

sudo yum -y install DecodeIR

How To Uninstall DecodeIR on Fedora 36

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

sudo dnf remove DecodeIR

DecodeIR Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/0fc948df359e7668b79ed05e4769c9cc1d7518
/usr/lib/DecodeIR
/usr/lib/DecodeIR/libDecodeIR.so
/usr/lib/java/DecodeIR
/usr/lib/java/DecodeIR/DecodeIRCaller.jar
/usr/lib/libDecodeIR.so
/usr/share/doc/DecodeIR
/usr/share/doc/DecodeIR/DecodeIR.html
/usr/share/licenses/DecodeIR
/usr/share/licenses/DecodeIR/license-mail.txt
/usr/share/maven-metadata/DecodeIR.xml
/usr/share/maven-poms/DecodeIR
/usr/share/maven-poms/DecodeIR/DecodeIRCaller.pom

References

Summary

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


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

Introduction

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

What is DecodeIR

DecodeIR is a general library which can decode signals for a large number of infrared remote controls. It can be used as a regular C library or through a java interface. Being a JNI library, it does not support multi-arch installations.

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

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

sudo dnf -y install DecodeIR

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

sudo yum -y install DecodeIR

How To Uninstall DecodeIR on Fedora 36

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

sudo dnf remove DecodeIR

DecodeIR Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/95752a0ac765e41df2b04af5c470d1489a776f
/usr/lib/java/DecodeIR
/usr/lib/java/DecodeIR/DecodeIRCaller.jar
/usr/lib64/DecodeIR
/usr/lib64/DecodeIR/libDecodeIR.so
/usr/lib64/libDecodeIR.so
/usr/share/doc/DecodeIR
/usr/share/doc/DecodeIR/DecodeIR.html
/usr/share/licenses/DecodeIR
/usr/share/licenses/DecodeIR/license-mail.txt
/usr/share/maven-metadata/DecodeIR.xml
/usr/share/maven-poms/DecodeIR
/usr/share/maven-poms/DecodeIR/DecodeIRCaller.pom

References

Summary

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