How to Install and Uninstall wayland-logout.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "wayland-logout.x86_64" package

This is a short guide on how to install wayland-logout.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install wayland-logout.x86_64

2. Uninstall "wayland-logout.x86_64" package

This guide covers the steps necessary to uninstall wayland-logout.x86_64 on Fedora 34:

$ sudo dnf remove wayland-logout.x86_64 $ sudo dnf autoremove

3. Information about the wayland-logout.x86_64 package on Fedora 34

Last metadata expiration check: 2:22:13 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : wayland-logout
Version : 1.4
Release : 2.fc34
Architecture : x86_64
Size : 15 k
Source : wayland-logout-1.4-2.fc34.src.rpm
Repository : fedora
Summary : Simple program that sends SIGTERM to a wayland compositor
URL : https://github.com/soreau/wayland-logout
License : MIT
Description : Wayland Logout is an utility designed to kill any wayland compositor
: that uses libwayland-server. It looks up the PID for the socket file
: by checking the socket path environment variables and sends a SIGTERM
: signal. This is useful as a way to logout of a wayland compositor,
: as the name implies.