How To Install libgadu on Fedora 36
Introduction
In this tutorial we learn how to install libgadu
on Fedora 36.
What is libgadu
libgadu is intended to make it easy to add Gadu-Gadu communication support to your software.
We can use yum
or dnf
to install libgadu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgadu.
Install libgadu 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 libgadu
using dnf
by running the following command:
sudo dnf -y install libgadu
Install libgadu 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 libgadu
using yum
by running the following command:
sudo yum -y install libgadu
How To Uninstall libgadu on Fedora 36
To uninstall only the libgadu
package we can use the following command:
sudo dnf remove libgadu
libgadu Package Contents on Fedora 36
---
title: "How To Install libgadu on Fedora 36"
linkTitle: "libgadu"
type: "docs"
description: "In this tutorial we learn how to install libgadu in Fedora 36. libgadu is A Gadu-gadu protocol compatible communications library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libgadu-featured.png
---
## Introduction
In this tutorial we learn how to install `libgadu` on Fedora 36.
### What is `libgadu`
> libgadu is intended to make it easy to add Gadu-Gadu communication support to your software.
We can use `yum` or `dnf` to install `libgadu` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgadu.
## Install libgadu 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 libgadu
using dnf
by running the following command:
sudo dnf -y install libgadu
Install libgadu 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 libgadu
using yum
by running the following command:
sudo yum -y install libgadu
How To Uninstall libgadu on Fedora 36
To uninstall only the libgadu
package we can use the following command:
sudo dnf remove libgadu
libgadu Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/1a5e19d809a735bd62b79b2d28352a04941e02
/usr/lib64/libgadu.so.3
/usr/lib64/libgadu.so.3.13.0
/usr/share/doc/libgadu
/usr/share/doc/libgadu/AUTHORS
/usr/share/doc/libgadu/COPYING
/usr/share/doc/libgadu/ChangeLog
/usr/share/doc/libgadu/README
References
Summary
In this tutorial we learn how to install libgadu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/30 /usr/lib/.build-id/30/8148d317cf4cf0a7241a2e9530629c52683c23 /usr/lib/libgadu.so.3 /usr/lib/libgadu.so.3.13.0 /usr/share/doc/libgadu /usr/share/doc/libgadu/AUTHORS /usr/share/doc/libgadu/COPYING /usr/share/doc/libgadu/ChangeLog /usr/share/doc/libgadu/README
## References
* [libgadu website](http://libgadu.net/)
## Summary
In this tutorial we learn how to install `libgadu` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).