How To Install libical-glib on Fedora 36

In this tutorial we learn how to install libical-glib in Fedora 36. libical-glib is GObject wrapper for libical library

Introduction

In this tutorial we learn how to install libical-glib on Fedora 36.

What is libical-glib

This package provides a GObject wrapper for libical library with support of GObject Introspection.

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

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

sudo dnf -y install libical-glib

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

sudo yum -y install libical-glib

How To Uninstall libical-glib on Fedora 36

To uninstall only the libical-glib package we can use the following command:

sudo dnf remove libical-glib

libical-glib Package Contents on Fedora 36

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

## Introduction

In this tutorial we learn how to install `libical-glib` on Fedora 36.

### What is `libical-glib`

> This package provides a GObject wrapper for libical library with support of GObject Introspection.  

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

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

sudo dnf -y install libical-glib

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

sudo yum -y install libical-glib

How To Uninstall libical-glib on Fedora 36

To uninstall only the libical-glib package we can use the following command:

sudo dnf remove libical-glib

libical-glib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/22f3638357291322cbaffa90b48c53fe16ff66
/usr/lib64/girepository-1.0/ICalGLib-3.0.typelib
/usr/lib64/libical-glib.so.3
/usr/lib64/libical-glib.so.3.0.14
/usr/share/gir-1.0/ICalGLib-3.0.gir

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/37 /usr/lib/.build-id/37/155724fab9289cc3c3fe3473d676c2a993ba80 /usr/lib/girepository-1.0/ICalGLib-3.0.typelib /usr/lib/libical-glib.so.3 /usr/lib/libical-glib.so.3.0.14 /usr/share/gir-1.0/ICalGLib-3.0.gir


## References

* [libical-glib website](https://libical.github.io/libical/)

## Summary

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