How To Install libzeitgeist on Fedora 36

In this tutorial we learn how to install libzeitgeist in Fedora 36. libzeitgeist is Client library for applications that want to interact with the Zeitgeist daemon

Introduction

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

What is libzeitgeist

This project provides a client library for applications that want to interact with the Zeitgeist daemon. The library is written in C using glib and provides an asynchronous GObject oriented API.

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

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

sudo dnf -y install libzeitgeist

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

sudo yum -y install libzeitgeist

How To Uninstall libzeitgeist on Fedora 36

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

sudo dnf remove libzeitgeist

libzeitgeist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/908651b1303eb0b400176cb69d71b723bef8a1
/usr/lib/libzeitgeist-1.0.so.1
/usr/lib/libzeitgeist-1.0.so.1.1.4
/usr/share/doc/libzeitgeist
/usr/share/doc/libzeitgeist/COPYING
/usr/share/doc/libzeitgeist/COPYING.GPL
/usr/share/doc/libzeitgeist/README

References

Summary

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


title: “How To Install libzeitgeist on Fedora 36” linkTitle: “libzeitgeist” type: “docs” description: “In this tutorial we learn how to install libzeitgeist in Fedora 36. libzeitgeist is Client library for applications that want to interact with the Zeitgeist daemon” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libzeitgeist-featured.png

Introduction

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

What is libzeitgeist

This project provides a client library for applications that want to interact with the Zeitgeist daemon. The library is written in C using glib and provides an asynchronous GObject oriented API.

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

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

sudo dnf -y install libzeitgeist

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

sudo yum -y install libzeitgeist

How To Uninstall libzeitgeist on Fedora 36

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

sudo dnf remove libzeitgeist

libzeitgeist Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/88a5811d79a3970b963fa7ff35a55cc62ff963
/usr/lib64/libzeitgeist-1.0.so.1
/usr/lib64/libzeitgeist-1.0.so.1.1.4
/usr/share/doc/libzeitgeist
/usr/share/doc/libzeitgeist/COPYING
/usr/share/doc/libzeitgeist/COPYING.GPL
/usr/share/doc/libzeitgeist/README

References

Summary

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