title: “How To Install baloo-libs on Fedora 36” title: “How To Install baloo-libs on Fedora 36” linkTitle: “baloo-libs” linkTitle: “baloo-libs” type: “docs” type: “docs” description: “In this tutorial we learn how to install baloo-libs in Fedora 36. baloo-libs is Runtime libraries for baloo” description: “In this tutorial we learn how to install baloo-libs in Fedora 36. baloo-libs is Runtime libraries for baloo” date: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/baloo-libs-featured.png #image: /images/fedora/36/baloo-libs-featured.png
Introduction
Introduction
In this tutorial we learn how to install baloo-libs
on Fedora 36.
What is baloo-libs
In this tutorial we learn how to install baloo-libs
on Fedora 36.
Runtime libraries for baloo.
What is baloo-libs
Runtime libraries for baloo.
We can useyum
ordnf
to installbaloo-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install baloo-libs.
Install baloo-libs on Fedora 36 Using dnf
We can use yum
or dnf
to install baloo-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install baloo-libs.
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
## Install baloo-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install baloo-libs
using dnf
by running the following command:
```bash
sudo dnf -y install baloo-libs
sudo dnf makecache –refresh
## Install baloo-libs on Fedora 36 Using yum
Update yum database with `yum` using the following command.
After updating yum database, We can install `baloo-libs` using `dnf` by running the following command:
```bash
```bash
sudo yum makecache --refresh
sudo dnf -y install baloo-libs
## Install baloo-libs on Fedora 36 Using yum
After updating yum database, We can install `baloo-libs` using `yum` by running the following command:
```bash
Update yum database with `yum` using the following command.
sudo yum -y install baloo-libs
## How To Uninstall baloo-libs on Fedora 36
sudo yum makecache --refresh
To uninstall only the `baloo-libs` package we can use the following command:
sudo dnf remove baloo-libs
After updating yum database, We can install `baloo-libs` using `yum` by running the following command:
baloo-libs Package Contents on Fedora 36
sudo yum -y install baloo-libs
```bash
How To Uninstall baloo-libs on Fedora 36
To uninstall only the baloo-libs
package we can use the following command:
sudo dnf remove baloo-libs
baloo-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/6769e7b507a803c24ab1fcaf00d5252844e2fe
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/5a9b12e4a7227430356cd1dc615226e3c04d29
/usr/lib64/libbaloocore.so.4
/usr/lib64/libbaloocore.so.4.14.3
/usr/lib64/libbaloopim.so.4
/usr/lib64/libbaloopim.so.4.14.3
/usr/share/kde4/servicetypes/baloosearchstore.desktop
References
Summary
In this tutorial we learn how to install baloo-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/de /usr/lib/.build-id/de/f3dd3cf7612e63d6d4eb7a8ba524e9c15cf174 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/6163d857f2b904060effaf22a326980c0b983a /usr/lib/libbaloocore.so.4 /usr/lib/libbaloocore.so.4.14.3 /usr/lib/libbaloopim.so.4 /usr/lib/libbaloopim.so.4.14.3 /usr/share/kde4/servicetypes/baloosearchstore.desktop
## References
* [baloo-libs website](https://community.kde.org/Baloo)
## Summary
In this tutorial we learn how to install `baloo-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).