How To Install wlcs on Fedora 36
Introduction
In this tutorial we learn how to install wlcs
on Fedora 36.
What is wlcs
wlcs aspires to be a protocol-conformance-verifying test suite usable by Wayland compositor implementors. It is growing out of porting the existing Weston test suite to be run in Mir’s test suite, but it is designed to be usable by any compositor. wlcs relies on compositors providing an integration module, providing wlcs with API hooks to start a compositor, connect a client, move a window, and so on. This makes both writing and debugging tests easier - the tests are (generally) in the same address space as the compositor, so there is a consistent global clock available, it’s easier to poke around in compositor internals, and standard debugging tools can follow control flow from the test client to the compositor and back again.
We can use yum
or dnf
to install wlcs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wlcs.
Install wlcs 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 wlcs
using dnf
by running the following command:
sudo dnf -y install wlcs
Install wlcs 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 wlcs
using yum
by running the following command:
sudo yum -y install wlcs
How To Uninstall wlcs on Fedora 36
To uninstall only the wlcs
package we can use the following command:
sudo dnf remove wlcs
wlcs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/c4b7bdd914e45e3c4242f009f2d4a214d1e6e0
/usr/lib/.build-id/56
/usr/lib/.build-id/56/d4a63c4f7a0a65cf73e6c26497db134ed86082
/usr/lib/.build-id/80
/usr/lib/.build-id/80/27473ed7c99f87c3d329de33842b426376e17d
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/829cf270dd444bf01ae73f35aa3998a3b1a747
/usr/libexec/wlcs
/usr/libexec/wlcs/wlcs
/usr/libexec/wlcs/wlcs.asan
/usr/libexec/wlcs/wlcs.tsan
/usr/libexec/wlcs/wlcs.ubsan
/usr/share/doc/wlcs
/usr/share/doc/wlcs/README.rst
/usr/share/licenses/wlcs
/usr/share/licenses/wlcs/COPYING.GPL2
/usr/share/licenses/wlcs/COPYING.GPL3
References
Summary
In this tutorial we learn how to install wlcs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install wlcs on Fedora 36” linkTitle: “wlcs” type: “docs” description: “In this tutorial we learn how to install wlcs in Fedora 36. wlcs is Wayland Conformance Test Suite” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/wlcs-featured.png
Introduction
In this tutorial we learn how to install wlcs
on Fedora 36.
What is wlcs
wlcs aspires to be a protocol-conformance-verifying test suite usable by Wayland compositor implementors. It is growing out of porting the existing Weston test suite to be run in Mir’s test suite, but it is designed to be usable by any compositor. wlcs relies on compositors providing an integration module, providing wlcs with API hooks to start a compositor, connect a client, move a window, and so on. This makes both writing and debugging tests easier - the tests are (generally) in the same address space as the compositor, so there is a consistent global clock available, it’s easier to poke around in compositor internals, and standard debugging tools can follow control flow from the test client to the compositor and back again.
We can use yum
or dnf
to install wlcs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wlcs.
Install wlcs 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 wlcs
using dnf
by running the following command:
sudo dnf -y install wlcs
Install wlcs 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 wlcs
using yum
by running the following command:
sudo yum -y install wlcs
How To Uninstall wlcs on Fedora 36
To uninstall only the wlcs
package we can use the following command:
sudo dnf remove wlcs
wlcs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/d5ce89950896088023ee29372e84de80457010
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/98e8c35c5b9dea79ede14cd4776fa539c7b83a
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/e9d69924178218f2c67957df3b1f46c85d3ac2
/usr/libexec/wlcs
/usr/libexec/wlcs/wlcs
/usr/libexec/wlcs/wlcs.asan
/usr/libexec/wlcs/wlcs.ubsan
/usr/share/doc/wlcs
/usr/share/doc/wlcs/README.rst
/usr/share/licenses/wlcs
/usr/share/licenses/wlcs/COPYING.GPL2
/usr/share/licenses/wlcs/COPYING.GPL3
References
Summary
In this tutorial we learn how to install wlcs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).