How to Install and Uninstall libseat.i686 Package on Fedora 36

Last updated: January 13,2025

1. Install "libseat.i686" package

In this section, we are going to explain the necessary steps to install libseat.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libseat.i686

2. Uninstall "libseat.i686" package

In this section, we are going to explain the necessary steps to uninstall libseat.i686 on Fedora 36:

$ sudo dnf remove libseat.i686 $ sudo dnf autoremove

3. Information about the libseat.i686 package on Fedora 36

Last metadata expiration check: 5:59:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libseat
Version : 0.7.0
Release : 1.fc36
Architecture : i686
Size : 29 k
Source : seatd-0.7.0-1.fc36.src.rpm
Repository : updates
Summary : Universal seat management library
URL : https://sr.ht/~kennylevinsen/seatd/
License : MIT
Description : 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.