How To Install wlroots on Fedora 36
Introduction
In this tutorial we learn how to install wlroots on Fedora 36.
What is wlroots
A modular Wayland compositor library.
We can use yum or dnf to install wlroots on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wlroots.
Install wlroots 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 wlroots using dnf by running the following command:
sudo dnf -y install wlroots
Install wlroots 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 wlroots using yum by running the following command:
sudo yum -y install wlroots
How To Uninstall wlroots on Fedora 36
To uninstall only the wlroots package we can use the following command:
sudo dnf remove wlroots
wlroots Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/19d6cc58bd169ecae6e98db36e05de8bb689fd
/usr/lib/libwlroots.so.10
/usr/share/doc/wlroots
/usr/share/doc/wlroots/README.md
/usr/share/licenses/wlroots
/usr/share/licenses/wlroots/LICENSE
References
Summary
In this tutorial we learn how to install wlroots on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install wlroots on Fedora 36” linkTitle: “wlroots” type: “docs” description: “In this tutorial we learn how to install wlroots in Fedora 36. wlroots is A modular Wayland compositor library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/wlroots-featured.png
Introduction
In this tutorial we learn how to install wlroots on Fedora 36.
What is wlroots
A modular Wayland compositor library.
We can use yum or dnf to install wlroots on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wlroots.
Install wlroots 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 wlroots using dnf by running the following command:
sudo dnf -y install wlroots
Install wlroots 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 wlroots using yum by running the following command:
sudo yum -y install wlroots
How To Uninstall wlroots on Fedora 36
To uninstall only the wlroots package we can use the following command:
sudo dnf remove wlroots
wlroots Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/ac79ce902cdf94627ed2e5e0fb3eecbd395e49
/usr/lib64/libwlroots.so.10
/usr/share/doc/wlroots
/usr/share/doc/wlroots/README.md
/usr/share/licenses/wlroots
/usr/share/licenses/wlroots/LICENSE
References
Summary
In this tutorial we learn how to install wlroots on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).