How To Install libindicator on Fedora 36

In this tutorial we learn how to install libindicator in Fedora 36. libindicator is Shared functions for Ayatana indicators

Introduction

In this tutorial we learn how to install libindicator on Fedora 36.

What is libindicator

A set of symbols and convenience functions that all Ayatana indicators are likely to use.

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

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

sudo dnf -y install libindicator

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

sudo yum -y install libindicator

How To Uninstall libindicator on Fedora 36

To uninstall only the libindicator package we can use the following command:

sudo dnf remove libindicator

libindicator Package Contents on Fedora 36

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

## Introduction

In this tutorial we learn how to install `libindicator` on Fedora 36.

### What is `libindicator`

> A set of symbols and convenience functions that all Ayatana indicators are likely to use.  

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

## Install libindicator on Fedora 36 Using dnf

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

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libindicator using dnf by running the following command:

sudo dnf -y install libindicator

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

sudo yum -y install libindicator

How To Uninstall libindicator on Fedora 36

To uninstall only the libindicator package we can use the following command:

sudo dnf remove libindicator

libindicator Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/829e3d68723971b908b424420960a207c4e3e6
/usr/lib64/indicators
/usr/lib64/indicators/7
/usr/lib64/libindicator.so.7
/usr/lib64/libindicator.so.7.0.0
/usr/share/doc/libindicator
/usr/share/doc/libindicator/AUTHORS
/usr/share/doc/libindicator/COPYING
/usr/share/doc/libindicator/ChangeLog
/usr/share/doc/libindicator/NEWS
/usr/share/libindicator
/usr/share/libindicator/icons

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/d5 /usr/lib/.build-id/d5/ff7cddf2c9a586b6108e0e86951e1d124709fe /usr/lib/indicators /usr/lib/indicators/7 /usr/lib/libindicator.so.7 /usr/lib/libindicator.so.7.0.0 /usr/share/doc/libindicator /usr/share/doc/libindicator/AUTHORS /usr/share/doc/libindicator/COPYING /usr/share/doc/libindicator/ChangeLog /usr/share/doc/libindicator/NEWS /usr/share/libindicator /usr/share/libindicator/icons


## References

* [libindicator website](https://launchpad.net/libindicator)

## Summary

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