How To Install labwc on Fedora 36
Introduction
In this tutorial we learn how to install labwc
on Fedora 36.
What is labwc
Labwc is a wlroots-based stacking compositor for Wayland. It has the following aims * Be light-weight, small and fast. * Use openbox-3.4 specification for configuration and themes. * Keep feature set small (ca 40% of openbox). * Where practicable, use clients for wall-paper, panel, screenshots, and so on. * Stay in keeping with wlroots and sway in terms of approach and coding style.
We can use yum
or dnf
to install labwc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install labwc.
Install labwc 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 labwc
using dnf
by running the following command:
sudo dnf -y install labwc
Install labwc 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 labwc
using yum
by running the following command:
sudo yum -y install labwc
How To Uninstall labwc on Fedora 36
To uninstall only the labwc
package we can use the following command:
sudo dnf remove labwc
labwc Package Contents on Fedora 36
/usr/bin/labwc
/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/f7861041cd8fe7caa44b6ad30bf1464b546ea3
/usr/share/doc/labwc
/usr/share/doc/labwc/NEWS.md
/usr/share/doc/labwc/README.md
/usr/share/licenses/labwc
/usr/share/licenses/labwc/LICENSE
/usr/share/man/man1/labwc.1.gz
/usr/share/man/man5/labwc-actions.5.gz
/usr/share/man/man5/labwc-config.5.gz
/usr/share/man/man5/labwc-environment.5.gz
/usr/share/man/man5/labwc-menu.5.gz
/usr/share/man/man5/labwc-theme.5.gz
/usr/share/wayland-sessions/labwc.desktop
References
Summary
In this tutorial we learn how to install labwc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).