How To Install bluez-libs on Fedora 36
Introduction
In this tutorial we learn how to install bluez-libs
on Fedora 36.
What is bluez-libs
Libraries for use in Bluetooth applications.
We can use yum
or dnf
to install bluez-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bluez-libs.
Install bluez-libs 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-libs
using dnf
by running the following command:
sudo dnf -y install bluez-libs
Install bluez-libs 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-libs
using yum
by running the following command:
sudo yum -y install bluez-libs
How To Uninstall bluez-libs on Fedora 36
To uninstall only the bluez-libs
package we can use the following command:
sudo dnf remove bluez-libs
bluez-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/e29380c31d26ffe9703caf644ea4c2c107e9ae
/usr/lib/libbluetooth.so.3
/usr/lib/libbluetooth.so.3.19.6
/usr/share/licenses/bluez-libs
/usr/share/licenses/bluez-libs/COPYING
References
Summary
In this tutorial we learn how to install bluez-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install bluez-libs on Fedora 36” linkTitle: “bluez-libs” type: “docs” description: “In this tutorial we learn how to install bluez-libs in Fedora 36. bluez-libs is Libraries for use in Bluetooth applications” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/bluez-libs-featured.png
Introduction
In this tutorial we learn how to install bluez-libs
on Fedora 36.
What is bluez-libs
Libraries for use in Bluetooth applications.
We can use yum
or dnf
to install bluez-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bluez-libs.
Install bluez-libs 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-libs
using dnf
by running the following command:
sudo dnf -y install bluez-libs
Install bluez-libs 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-libs
using yum
by running the following command:
sudo yum -y install bluez-libs
How To Uninstall bluez-libs on Fedora 36
To uninstall only the bluez-libs
package we can use the following command:
sudo dnf remove bluez-libs
bluez-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/2a2fc155464aec87996ae84c45abae05bc4d3e
/usr/lib64/libbluetooth.so.3
/usr/lib64/libbluetooth.so.3.19.6
/usr/share/licenses/bluez-libs
/usr/share/licenses/bluez-libs/COPYING
References
Summary
In this tutorial we learn how to install bluez-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).