How To Install openobex-devel on Fedora 36

In this tutorial we learn how to install openobex-devel in Fedora 36. openobex-devel is Files for development of applications which will use OBEX

Introduction

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

What is openobex-devel

Header files for development of applications which use OpenOBEX.

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

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

sudo dnf -y install openobex-devel

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

sudo yum -y install openobex-devel

How To Uninstall openobex-devel on Fedora 36

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

sudo dnf remove openobex-devel

openobex-devel Package Contents on Fedora 36

/usr/include/openobex
/usr/include/openobex/obex.h
/usr/include/openobex/obex_const.h
/usr/include/openobex/version.h
/usr/lib64/cmake
/usr/lib64/cmake/OpenObex-1.7.2
/usr/lib64/cmake/OpenObex-1.7.2/openobex-config-version.cmake
/usr/lib64/cmake/OpenObex-1.7.2/openobex-config.cmake
/usr/lib64/cmake/OpenObex-1.7.2/openobex-target-release.cmake
/usr/lib64/cmake/OpenObex-1.7.2/openobex-target.cmake
/usr/lib64/libopenobex.so
/usr/lib64/pkgconfig/openobex.pc
/usr/share/doc/openobex/html
/usr/share/doc/openobex/html/annotated.html
/usr/share/doc/openobex/html/api_8c.html
/usr/share/doc/openobex/html/bc_s.png
/usr/share/doc/openobex/html/bdwn.png
/usr/share/doc/openobex/html/classes.html
/usr/share/doc/openobex/html/closed.png
/usr/share/doc/openobex/html/dir_1d588721a3bfadf2de93b304da302d42.html
/usr/share/doc/openobex/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html
/usr/share/doc/openobex/html/dir_d44c64559bbebec7f509842c48db8b23.html
/usr/share/doc/openobex/html/dir_e68e8157741866f444e17edd764ebbae.html
/usr/share/doc/openobex/html/doc.png
/usr/share/doc/openobex/html/doxygen.css
/usr/share/doc/openobex/html/doxygen.svg
/usr/share/doc/openobex/html/dynsections.js
/usr/share/doc/openobex/html/files.html
/usr/share/doc/openobex/html/folderclosed.png
/usr/share/doc/openobex/html/folderopen.png
/usr/share/doc/openobex/html/functions.html
/usr/share/doc/openobex/html/functions_vars.html
/usr/share/doc/openobex/html/globals.html
/usr/share/doc/openobex/html/globals_defs.html
/usr/share/doc/openobex/html/globals_enum.html
/usr/share/doc/openobex/html/globals_eval.html
/usr/share/doc/openobex/html/globals_f.html
/usr/share/doc/openobex/html/globals_func.html
/usr/share/doc/openobex/html/globals_i.html
/usr/share/doc/openobex/html/globals_o.html
/usr/share/doc/openobex/html/globals_t.html
/usr/share/doc/openobex/html/globals_type.html
/usr/share/doc/openobex/html/index.html
/usr/share/doc/openobex/html/jquery.js
/usr/share/doc/openobex/html/menu.js
/usr/share/doc/openobex/html/menudata.js
/usr/share/doc/openobex/html/nav_f.png
/usr/share/doc/openobex/html/nav_g.png
/usr/share/doc/openobex/html/nav_h.png
/usr/share/doc/openobex/html/obex_8h.html
/usr/share/doc/openobex/html/obex__const_8h.html
/usr/share/doc/openobex/html/open.png
/usr/share/doc/openobex/html/openobex_8coverpage.html
/usr/share/doc/openobex/html/splitbar.png
/usr/share/doc/openobex/html/structobex__ctrans__t.html
/usr/share/doc/openobex/html/structobex__irda__intf__t.html
/usr/share/doc/openobex/html/structobex__usb__intf__service__t.html
/usr/share/doc/openobex/html/structobex__usb__intf__t.html
/usr/share/doc/openobex/html/sync_off.png
/usr/share/doc/openobex/html/sync_on.png
/usr/share/doc/openobex/html/tab_a.png
/usr/share/doc/openobex/html/tab_b.png
/usr/share/doc/openobex/html/tab_h.png
/usr/share/doc/openobex/html/tab_s.png
/usr/share/doc/openobex/html/tabs.css
/usr/share/doc/openobex/html/unionobex__headerdata__t.html
/usr/share/doc/openobex/html/unionobex__interface__t.html

References

Summary

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


title: “How To Install openobex-devel on Fedora 36” linkTitle: “openobex-devel” type: “docs” description: “In this tutorial we learn how to install openobex-devel in Fedora 36. openobex-devel is Files for development of applications which will use OBEX” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/openobex-devel-featured.png

Introduction

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

What is openobex-devel

Header files for development of applications which use OpenOBEX.

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

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

sudo dnf -y install openobex-devel

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

sudo yum -y install openobex-devel

How To Uninstall openobex-devel on Fedora 36

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

sudo dnf remove openobex-devel

openobex-devel Package Contents on Fedora 36

/usr/include/openobex
/usr/include/openobex/obex.h
/usr/include/openobex/obex_const.h
/usr/include/openobex/version.h
/usr/lib/cmake
/usr/lib/cmake/OpenObex-1.7.2
/usr/lib/cmake/OpenObex-1.7.2/openobex-config-version.cmake
/usr/lib/cmake/OpenObex-1.7.2/openobex-config.cmake
/usr/lib/cmake/OpenObex-1.7.2/openobex-target-release.cmake
/usr/lib/cmake/OpenObex-1.7.2/openobex-target.cmake
/usr/lib/libopenobex.so
/usr/lib/pkgconfig/openobex.pc
/usr/share/doc/openobex/html
/usr/share/doc/openobex/html/annotated.html
/usr/share/doc/openobex/html/api_8c.html
/usr/share/doc/openobex/html/bc_s.png
/usr/share/doc/openobex/html/bdwn.png
/usr/share/doc/openobex/html/classes.html
/usr/share/doc/openobex/html/closed.png
/usr/share/doc/openobex/html/dir_1d588721a3bfadf2de93b304da302d42.html
/usr/share/doc/openobex/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html
/usr/share/doc/openobex/html/dir_d44c64559bbebec7f509842c48db8b23.html
/usr/share/doc/openobex/html/dir_e68e8157741866f444e17edd764ebbae.html
/usr/share/doc/openobex/html/doc.png
/usr/share/doc/openobex/html/doxygen.css
/usr/share/doc/openobex/html/doxygen.svg
/usr/share/doc/openobex/html/dynsections.js
/usr/share/doc/openobex/html/files.html
/usr/share/doc/openobex/html/folderclosed.png
/usr/share/doc/openobex/html/folderopen.png
/usr/share/doc/openobex/html/functions.html
/usr/share/doc/openobex/html/functions_vars.html
/usr/share/doc/openobex/html/globals.html
/usr/share/doc/openobex/html/globals_defs.html
/usr/share/doc/openobex/html/globals_enum.html
/usr/share/doc/openobex/html/globals_eval.html
/usr/share/doc/openobex/html/globals_f.html
/usr/share/doc/openobex/html/globals_func.html
/usr/share/doc/openobex/html/globals_i.html
/usr/share/doc/openobex/html/globals_o.html
/usr/share/doc/openobex/html/globals_t.html
/usr/share/doc/openobex/html/globals_type.html
/usr/share/doc/openobex/html/index.html
/usr/share/doc/openobex/html/jquery.js
/usr/share/doc/openobex/html/menu.js
/usr/share/doc/openobex/html/menudata.js
/usr/share/doc/openobex/html/nav_f.png
/usr/share/doc/openobex/html/nav_g.png
/usr/share/doc/openobex/html/nav_h.png
/usr/share/doc/openobex/html/obex_8h.html
/usr/share/doc/openobex/html/obex__const_8h.html
/usr/share/doc/openobex/html/open.png
/usr/share/doc/openobex/html/openobex_8coverpage.html
/usr/share/doc/openobex/html/splitbar.png
/usr/share/doc/openobex/html/structobex__ctrans__t.html
/usr/share/doc/openobex/html/structobex__irda__intf__t.html
/usr/share/doc/openobex/html/structobex__usb__intf__service__t.html
/usr/share/doc/openobex/html/structobex__usb__intf__t.html
/usr/share/doc/openobex/html/sync_off.png
/usr/share/doc/openobex/html/sync_on.png
/usr/share/doc/openobex/html/tab_a.png
/usr/share/doc/openobex/html/tab_b.png
/usr/share/doc/openobex/html/tab_h.png
/usr/share/doc/openobex/html/tab_s.png
/usr/share/doc/openobex/html/tabs.css
/usr/share/doc/openobex/html/unionobex__headerdata__t.html
/usr/share/doc/openobex/html/unionobex__interface__t.html

References

Summary

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