How To Install libseat on Fedora 36
Introduction
In this tutorial we learn how to install libseat
on Fedora 36.
What is libseat
A seat management library allowing applications to use whatever seat management is available. Supports * seatd * (e)logind * embedded seatd for standalone operation Each backend can be compile-time included and is runtime auto-detected or manually selected with the LIBSEAT_BACKEND environment variable. Which backend is in use is transparent to the application, providing a simple common interface.
We can use yum
or dnf
to install libseat
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libseat.
Install libseat 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 libseat
using dnf
by running the following command:
sudo dnf -y install libseat
Install libseat 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 libseat
using yum
by running the following command:
sudo yum -y install libseat
How To Uninstall libseat on Fedora 36
To uninstall only the libseat
package we can use the following command:
sudo dnf remove libseat
libseat Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/d5eb22a5b56ffc167b7da85163a59911145771
/usr/lib64/libseat.so.1
/usr/share/doc/libseat
/usr/share/doc/libseat/README.md
/usr/share/licenses/libseat
/usr/share/licenses/libseat/LICENSE
References
Summary
In this tutorial we learn how to install libseat
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libseat on Fedora 36” linkTitle: “libseat” type: “docs” description: “In this tutorial we learn how to install libseat in Fedora 36. libseat is Universal seat management library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libseat-featured.png
Introduction
In this tutorial we learn how to install libseat
on Fedora 36.
What is libseat
A seat management library allowing applications to use whatever seat management is available. Supports * seatd * (e)logind * embedded seatd for standalone operation Each backend can be compile-time included and is runtime auto-detected or manually selected with the LIBSEAT_BACKEND environment variable. Which backend is in use is transparent to the application, providing a simple common interface.
We can use yum
or dnf
to install libseat
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libseat.
Install libseat 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 libseat
using dnf
by running the following command:
sudo dnf -y install libseat
Install libseat 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 libseat
using yum
by running the following command:
sudo yum -y install libseat
How To Uninstall libseat on Fedora 36
To uninstall only the libseat
package we can use the following command:
sudo dnf remove libseat
libseat Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/942591078e8dd206580192554a000494fd7523
/usr/lib/libseat.so.1
/usr/share/doc/libseat
/usr/share/doc/libseat/README.md
/usr/share/licenses/libseat
/usr/share/licenses/libseat/LICENSE
References
Summary
In this tutorial we learn how to install libseat
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).