How To Install bluez-mesh on Fedora 36

In this tutorial we learn how to install bluez-mesh in Fedora 36. bluez-mesh is Bluetooth mesh

Introduction

In this tutorial we learn how to install bluez-mesh on Fedora 36.

What is bluez-mesh

Services for bluetooth mesh

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

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

sudo dnf -y install bluez-mesh

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

sudo yum -y install bluez-mesh

How To Uninstall bluez-mesh on Fedora 36

To uninstall only the bluez-mesh package we can use the following command:

sudo dnf remove bluez-mesh

bluez-mesh Package Contents on Fedora 36

/etc/bluetooth/mesh-main.conf
/etc/dbus-1/system.d/bluetooth-mesh.conf
/usr/bin/mesh-cfgclient
/usr/bin/mesh-cfgtest
/usr/bin/meshctl
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/6e593ee38dce4b94229009fe725de0b06c9215
/usr/lib/.build-id/89
/usr/lib/.build-id/89/edb80ee713e8c5943e4912cd21efb6d630bc0c
/usr/lib/.build-id/91
/usr/lib/.build-id/91/f86a12d46e99d2de84e761dd118ba3b5542516
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/b8e28cb966a01b160bb62ff9c3bfd6ec35df0a
/usr/lib/systemd/system/bluetooth-mesh.service
/usr/libexec/bluetooth/bluetooth-meshd
/usr/share/dbus-1/system-services/org.bluez.mesh.service
/usr/share/doc/bluez-mesh
/usr/share/doc/bluez-mesh/local_node.json
/usr/share/doc/bluez-mesh/prov_db.json
/usr/share/man/man8/bluetooth-meshd.8.gz
/var/lib/bluetooth/mesh

References

Summary

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