How to Install and Uninstall gtk-layer-shell.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: February 04,2025

1. Install "gtk-layer-shell.x86_64" package

Please follow the steps below to install gtk-layer-shell.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install gtk-layer-shell.x86_64

2. Uninstall "gtk-layer-shell.x86_64" package

This guide let you learn how to uninstall gtk-layer-shell.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove gtk-layer-shell.x86_64 $ sudo dnf autoremove

3. Information about the gtk-layer-shell.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:52:26 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : gtk-layer-shell
Version : 0.8.1
Release : 1.el8
Architecture : x86_64
Size : 65 k
Source : gtk-layer-shell-0.8.1-1.el8.src.rpm
Repository : epel
Summary : Library to create components for Wayland using the Layer Shell
URL : https://github.com/wmww/gtk-layer-shell
License : LGPLv3+ and MIT
Description : A library to write GTK applications that use Layer Shell. Layer Shell is a
: Wayland protocol for desktop shell components, such as panels, notifications
: and wallpapers. You can use it to anchor your windows to a corner or edge of
: the output, or stretch them across the entire output. This library only makes
: sense on Wayland compositors that support Layer Shell, and will not work on
: X11. It supports all Layer Shell features including popups and popovers
: (GTK popups Just Work™). Please open issues for any bugs you come across.