How To Install signon-glib on Fedora 36

In this tutorial we learn how to install signon-glib in Fedora 36. signon-glib is Single signon authentication library for GLib applications

Introduction

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

What is signon-glib

This project is a library for managing single signon credentials which can be used from GLib applications. It is effectively a GLib binding for the D-Bus API provided by signond. It is part of the accounts-sso project.

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

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

sudo dnf -y install signon-glib

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

sudo yum -y install signon-glib

How To Uninstall signon-glib on Fedora 36

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

sudo dnf remove signon-glib

signon-glib Package Contents on Fedora 36

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

## Introduction

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

### What is `signon-glib`

> This project is a library for managing single signon credentials which can be used from GLib applications. It is effectively a GLib binding for the D-Bus API provided by signond. It is part of the accounts-sso project.  

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

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

sudo dnf -y install signon-glib

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

sudo yum -y install signon-glib

How To Uninstall signon-glib on Fedora 36

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

sudo dnf remove signon-glib

signon-glib Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/110d3020b91fd560e8cd3a389386d161530353
/usr/lib64/girepository-1.0/Signon-2.0.typelib
/usr/lib64/libsignon-glib.so.2
/usr/lib64/libsignon-glib.so.2.0.0
/usr/share/doc/signon-glib
/usr/share/doc/signon-glib/NEWS
/usr/share/doc/signon-glib/README.md
/usr/share/licenses/signon-glib
/usr/share/licenses/signon-glib/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/0e /usr/lib/.build-id/0e/53b2631ff458f6ea8654e2ad8c8489649d7a09 /usr/lib/girepository-1.0/Signon-2.0.typelib /usr/lib/libsignon-glib.so.2 /usr/lib/libsignon-glib.so.2.0.0 /usr/share/doc/signon-glib /usr/share/doc/signon-glib/NEWS /usr/share/doc/signon-glib/README.md /usr/share/licenses/signon-glib /usr/share/licenses/signon-glib/COPYING


## References

* [signon-glib website](https://gitlab.com/accounts-sso/libsignon-glib)

## Summary

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