How To Install bluez on Fedora 36
Introduction
In this tutorial we learn how to install bluez on Fedora 36.
What is bluez
Utilities for use in Bluetooth applications - avinfo - bluemoon - bluetoothctl - bluetoothd - btattach - btmon - hex2hcd - l2ping - l2test - mpris-proxy - rctest The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
We can use yum or dnf to install bluez on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bluez.
Install bluez 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 using dnf by running the following command:
sudo dnf -y install bluez
Install bluez 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 using yum by running the following command:
sudo yum -y install bluez
How To Uninstall bluez on Fedora 36
To uninstall only the bluez package we can use the following command:
sudo dnf remove bluez
bluez Package Contents on Fedora 36
/etc/bluetooth
/etc/bluetooth/main.conf
/etc/dbus-1/system.d/bluetooth.conf
/usr/bin/avinfo
/usr/bin/bluemoon
/usr/bin/bluetoothctl
/usr/bin/btattach
/usr/bin/btmgmt
/usr/bin/btmon
/usr/bin/hex2hcd
/usr/bin/l2ping
/usr/bin/l2test
/usr/bin/mpris-proxy
/usr/bin/rctest
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/487bf927115154e24f00c501424d036ae1245e
/usr/lib/.build-id/02
/usr/lib/.build-id/02/b5e2db153234b3298ce754185ddafa16cbd63e
/usr/lib/.build-id/23
/usr/lib/.build-id/23/6c0237d79364bd9843b0494aed3496f79efe3d
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/367a6737caf135b3aa680005474a71c7ab903c
/usr/lib/.build-id/3c/59745b2c23682e5722d3c704c653b192ab2db7
/usr/lib/.build-id/3c/7d8ad52d47360d65544b4fcff2cdc9b944255d
/usr/lib/.build-id/71
/usr/lib/.build-id/71/7d80d192933fd1a398b459f0cc427a99d1f207
/usr/lib/.build-id/76
/usr/lib/.build-id/76/fce88149f5180ef2e7520490502730dd4457ed
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/485a1fca913a5449e1ec3cd4ba082fe36e4c60
/usr/lib/.build-id/85
/usr/lib/.build-id/85/27d286ce58fe1f5b9e0574b164c93b73e00d10
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/3bde561ab9944a4e1a5da0b84473edf107ea07
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/0bae71c47b1c3ed1f326b00f9b35ffcb121b8d
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/e86cb8f288f27684ec9ce206e0fade1787ab56
/usr/lib/systemd/system/bluetooth.service
/usr/lib64/bluetooth
/usr/lib64/bluetooth/plugins
/usr/lib64/bluetooth/plugins/sixaxis.so
/usr/libexec/bluetooth
/usr/libexec/bluetooth/bluetoothd
/usr/share/dbus-1/system-services/org.bluez.service
/usr/share/doc/bluez
/usr/share/doc/bluez/AUTHORS
/usr/share/doc/bluez/ChangeLog
/usr/share/licenses/bluez
/usr/share/licenses/bluez/COPYING
/usr/share/man/man1/btattach.1.gz
/usr/share/man/man1/btmon.1.gz
/usr/share/man/man1/l2ping.1.gz
/usr/share/man/man1/rctest.1.gz
/usr/share/man/man8/bluetoothd.8.gz
/usr/share/zsh/site-functions/_bluetoothctl
/var/lib/bluetooth
/var/lib/bluetooth/mesh
References
Summary
In this tutorial we learn how to install bluez on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).