How To Install telepathy-glib-vala on Fedora 36

In this tutorial we learn how to install telepathy-glib-vala in Fedora 36. telepathy-glib-vala is Vala bindings for telepathy-glib

Introduction

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

What is telepathy-glib-vala

Vala bindings for telepathy-glib.

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

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

sudo dnf -y install telepathy-glib-vala

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

sudo yum -y install telepathy-glib-vala

How To Uninstall telepathy-glib-vala on Fedora 36

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

sudo dnf remove telepathy-glib-vala

telepathy-glib-vala Package Contents on Fedora 36

/usr/share/vala/vapi/telepathy-glib.deps
/usr/share/vala/vapi/telepathy-glib.vapi

References

Summary

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