How To Install openobex-apps on Fedora 36

In this tutorial we learn how to install openobex-apps in Fedora 36. openobex-apps is Applications for using OBEX

Introduction

In this tutorial we learn how to install openobex-apps on Fedora 36.

What is openobex-apps

Open OBEX Applications to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard) using the OBEX protocol.

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

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

sudo dnf -y install openobex-apps

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

sudo yum -y install openobex-apps

How To Uninstall openobex-apps on Fedora 36

To uninstall only the openobex-apps package we can use the following command:

sudo dnf remove openobex-apps

openobex-apps Package Contents on Fedora 36

/usr/bin/ircp
/usr/bin/irobex_palm3
/usr/bin/irxfer
/usr/bin/obex_find
/usr/bin/obex_push
/usr/bin/obex_tcp
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/2a1aa610691846020f6d6ff72d678730b0d840
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/a6c1b8ad7c0231379e92dddc15a9df8c56cb04
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/560f42712b440c531bf4e76a71baa560ae4ae4
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/ffc25e58b57704d6467445b1676f4482e0aba7
/usr/lib/.build-id/de
/usr/lib/.build-id/de/04d774471d962267e0df02058fd9b58f0b4573
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/fbe56babd79a49dcbf6a0cb30965a9daf8d4b5
/usr/share/man/man1/ircp.1.gz
/usr/share/man/man1/irobex_palm3.1.gz
/usr/share/man/man1/irxfer.1.gz
/usr/share/man/man1/obex_find.1.gz
/usr/share/man/man1/obex_push.1.gz
/usr/share/man/man1/obex_tcp.1.gz

References

Summary

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