How To Install openobex on Fedora 36
Introduction
In this tutorial we learn how to install openobex
on Fedora 36.
What is openobex
OBEX (OBject EXchange) is a protocol usually used by various mobile devices to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). This package contains the Open OBEX shared C library.
We can use yum
or dnf
to install openobex
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openobex.
Install openobex 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
using dnf
by running the following command:
sudo dnf -y install openobex
Install openobex 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
using yum
by running the following command:
sudo yum -y install openobex
How To Uninstall openobex on Fedora 36
To uninstall only the openobex
package we can use the following command:
sudo dnf remove openobex
openobex Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/79bfe181f9804f7725afbb2ccd6270ae84f171
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/9ae450df50fea43fd64a391ac88a472a674230
/usr/lib/udev/rules.d/60-openobex.rules
/usr/lib64/libopenobex.so.1.7.2
/usr/lib64/libopenobex.so.2
/usr/sbin/obex-check-device
/usr/share/doc/openobex
/usr/share/doc/openobex/AUTHORS
/usr/share/doc/openobex/COPYING
/usr/share/doc/openobex/COPYING.LIB
/usr/share/doc/openobex/ChangeLog
/usr/share/doc/openobex/README
References
Summary
In this tutorial we learn how to install openobex
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install openobex on Fedora 36” linkTitle: “openobex” type: “docs” description: “In this tutorial we learn how to install openobex in Fedora 36. openobex is Library for using OBEX” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/openobex-featured.png
Introduction
In this tutorial we learn how to install openobex
on Fedora 36.
What is openobex
OBEX (OBject EXchange) is a protocol usually used by various mobile devices to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard). This package contains the Open OBEX shared C library.
We can use yum
or dnf
to install openobex
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openobex.
Install openobex 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
using dnf
by running the following command:
sudo dnf -y install openobex
Install openobex 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
using yum
by running the following command:
sudo yum -y install openobex
How To Uninstall openobex on Fedora 36
To uninstall only the openobex
package we can use the following command:
sudo dnf remove openobex
openobex Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/daa3c3e044a44e88c15d9ed3d9255fede99509
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/931b0ecf04969f0b530abdc7978b41043be35e
/usr/lib/libopenobex.so.1.7.2
/usr/lib/libopenobex.so.2
/usr/lib/udev/rules.d/60-openobex.rules
/usr/sbin/obex-check-device
/usr/share/doc/openobex
/usr/share/doc/openobex/AUTHORS
/usr/share/doc/openobex/COPYING
/usr/share/doc/openobex/COPYING.LIB
/usr/share/doc/openobex/ChangeLog
/usr/share/doc/openobex/README
References
Summary
In this tutorial we learn how to install openobex
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).