How To Install lightdm-gobject on Fedora 36

In this tutorial we learn how to install lightdm-gobject in Fedora 36. lightdm-gobject is LightDM GObject client library

Introduction

In this tutorial we learn how to install lightdm-gobject on Fedora 36.

What is lightdm-gobject

This package contains a GObject based library for LightDM clients to use to interface with LightDM.

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

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

sudo dnf -y install lightdm-gobject

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

sudo yum -y install lightdm-gobject

How To Uninstall lightdm-gobject on Fedora 36

To uninstall only the lightdm-gobject package we can use the following command:

sudo dnf remove lightdm-gobject

lightdm-gobject Package Contents on Fedora 36

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

## Introduction

In this tutorial we learn how to install `lightdm-gobject` on Fedora 36.

### What is `lightdm-gobject`

> This package contains a GObject based library for LightDM clients to use to interface with LightDM.  

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

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

sudo dnf -y install lightdm-gobject

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

sudo yum -y install lightdm-gobject

How To Uninstall lightdm-gobject on Fedora 36

To uninstall only the lightdm-gobject package we can use the following command:

sudo dnf remove lightdm-gobject

lightdm-gobject Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/c623ae72f25e91820d569685bf4ff83ea2a596
/usr/lib64/liblightdm-gobject-1.so.0
/usr/lib64/liblightdm-gobject-1.so.0.0.0
/usr/share/licenses/lightdm-gobject
/usr/share/licenses/lightdm-gobject/COPYING.LGPL2
/usr/share/licenses/lightdm-gobject/COPYING.LGPL3

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/9a /usr/lib/.build-id/9a/f189390f70a6b8e3f44a299fcdad71cd577a1d /usr/lib/liblightdm-gobject-1.so.0 /usr/lib/liblightdm-gobject-1.so.0.0.0 /usr/share/licenses/lightdm-gobject /usr/share/licenses/lightdm-gobject/COPYING.LGPL2 /usr/share/licenses/lightdm-gobject/COPYING.LGPL3


## References

* [lightdm-gobject website](https://www.freedesktop.org/wiki/Software/LightDM/)

## Summary

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