How To Install baloo-devel on Fedora 36

In this tutorial we learn how to install baloo-devel in Fedora 36. baloo-devel is Developer files for baloo

Introduction

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

What is baloo-devel

Developer files for baloo.

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

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

sudo dnf -y install baloo-devel

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

sudo yum -y install baloo-devel

How To Uninstall baloo-devel on Fedora 36

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

sudo dnf remove baloo-devel

baloo-devel Package Contents on Fedora 36

---
title: "How To Install baloo-devel on Fedora 36"
linkTitle: "baloo-devel"
type: "docs"
description: "In this tutorial we learn how to install baloo-devel in Fedora 36. baloo-devel is Developer files for baloo"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/baloo-devel-featured.png
---

## Introduction

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

### What is `baloo-devel`

> Developer files for baloo.  

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

## Install baloo-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

/usr/include/kde4/baloo /usr/include/kde4/baloo/core_export.h /usr/include/kde4/baloo/pim /usr/include/kde4/baloo/pim/contactcompleter.h /usr/include/kde4/baloo/pim/contactquery.h /usr/include/kde4/baloo/pim/emailquery.h /usr/include/kde4/baloo/pim/notequery.h /usr/include/kde4/baloo/pim/pim_export.h /usr/include/kde4/baloo/pim/query.h /usr/include/kde4/baloo/pim/resultiterator.h /usr/include/kde4/baloo/query.h /usr/include/kde4/baloo/queryrunnable.h /usr/include/kde4/baloo/result.h /usr/include/kde4/baloo/resultiterator.h /usr/include/kde4/baloo/searchstore.h /usr/include/kde4/baloo/term.h /usr/lib64/cmake/Baloo /usr/lib64/cmake/Baloo/BalooConfig.cmake /usr/lib64/cmake/Baloo/BalooConfigVersion.cmake /usr/lib64/cmake/Baloo/BalooTargetsWithPrefix-release.cmake /usr/lib64/cmake/Baloo/BalooTargetsWithPrefix.cmake /usr/lib64/libbaloocore.so /usr/lib64/libbaloopim.so After updating yum database, We can install baloo-devel using dnf by running the following command:

sudo dnf -y install baloo-devel


## Install baloo-devel on Fedora 36 Using yum
## References


Update yum database with `yum` using the following command.
* [baloo-devel website](https://community.kde.org/Baloo)


## Summary
```bash

sudo yum makecache --refresh

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

After updating yum database, We can install baloo-devel using yum by running the following command:

sudo yum -y install baloo-devel

How To Uninstall baloo-devel on Fedora 36

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

sudo dnf remove baloo-devel

baloo-devel Package Contents on Fedora 36

/usr/include/kde4/baloo
/usr/include/kde4/baloo/core_export.h
/usr/include/kde4/baloo/pim
/usr/include/kde4/baloo/pim/contactcompleter.h
/usr/include/kde4/baloo/pim/contactquery.h
/usr/include/kde4/baloo/pim/emailquery.h
/usr/include/kde4/baloo/pim/notequery.h
/usr/include/kde4/baloo/pim/pim_export.h
/usr/include/kde4/baloo/pim/query.h
/usr/include/kde4/baloo/pim/resultiterator.h
/usr/include/kde4/baloo/query.h
/usr/include/kde4/baloo/queryrunnable.h
/usr/include/kde4/baloo/result.h
/usr/include/kde4/baloo/resultiterator.h
/usr/include/kde4/baloo/searchstore.h
/usr/include/kde4/baloo/term.h
/usr/lib/cmake/Baloo
/usr/lib/cmake/Baloo/BalooConfig.cmake
/usr/lib/cmake/Baloo/BalooConfigVersion.cmake
/usr/lib/cmake/Baloo/BalooTargetsWithPrefix-release.cmake
/usr/lib/cmake/Baloo/BalooTargetsWithPrefix.cmake
/usr/lib/libbaloocore.so
/usr/lib/libbaloopim.so

References

Summary

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