How To Install waylandpp on Fedora 36
Introduction
In this tutorial we learn how to install waylandpp
on Fedora 36.
What is waylandpp
Wayland is an object oriented display protocol, which features request and events. Requests can be seen as method calls on certain objects, whereas events can be seen as signals of an object. This makes the Wayland protocol a perfect candidate for a C++ binding. The goal of this library is to create such a C++ binding for Wayland using the most modern C++ technology currently available, providing an easy to use C++ API to Wayland.
We can use yum
or dnf
to install waylandpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install waylandpp.
Install waylandpp 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 waylandpp
using dnf
by running the following command:
sudo dnf -y install waylandpp
Install waylandpp 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 waylandpp
using yum
by running the following command:
sudo yum -y install waylandpp
How To Uninstall waylandpp on Fedora 36
To uninstall only the waylandpp
package we can use the following command:
sudo dnf remove waylandpp
waylandpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/e5d6463b7423fa65de21d1dd41a74532b9e1e6
/usr/lib/.build-id/74
/usr/lib/.build-id/74/9886cfc15ef3373bfb0bea9850f7bedfd1c622
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/5cb45d36013cf735f09f7c0b5308161ab5e681
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/2f4ebbae01b27ce48096ed81f5e2843f1c0321
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/7ab9294e01e98e82315a98d84f2b08f3d0dc64
/usr/lib64/libwayland-client++.so.0
/usr/lib64/libwayland-client++.so.0.2.9
/usr/lib64/libwayland-client-extra++.so.0
/usr/lib64/libwayland-client-extra++.so.0.2.9
/usr/lib64/libwayland-client-unstable++.so.0
/usr/lib64/libwayland-client-unstable++.so.0.2.9
/usr/lib64/libwayland-cursor++.so.0
/usr/lib64/libwayland-cursor++.so.0.2.9
/usr/lib64/libwayland-egl++.so.0
/usr/lib64/libwayland-egl++.so.0.2.9
/usr/share/doc/waylandpp
/usr/share/doc/waylandpp/README.md
/usr/share/licenses/waylandpp
/usr/share/licenses/waylandpp/LICENSE
References
Summary
In this tutorial we learn how to install waylandpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install waylandpp on Fedora 36” linkTitle: “waylandpp” type: “docs” description: “In this tutorial we learn how to install waylandpp in Fedora 36. waylandpp is Wayland C++ bindings” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/waylandpp-featured.png
Introduction
In this tutorial we learn how to install waylandpp
on Fedora 36.
What is waylandpp
Wayland is an object oriented display protocol, which features request and events. Requests can be seen as method calls on certain objects, whereas events can be seen as signals of an object. This makes the Wayland protocol a perfect candidate for a C++ binding. The goal of this library is to create such a C++ binding for Wayland using the most modern C++ technology currently available, providing an easy to use C++ API to Wayland.
We can use yum
or dnf
to install waylandpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install waylandpp.
Install waylandpp 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 waylandpp
using dnf
by running the following command:
sudo dnf -y install waylandpp
Install waylandpp 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 waylandpp
using yum
by running the following command:
sudo yum -y install waylandpp
How To Uninstall waylandpp on Fedora 36
To uninstall only the waylandpp
package we can use the following command:
sudo dnf remove waylandpp
waylandpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/f71dbde53678d2896cca77e9dcf07edb8ef5da
/usr/lib/.build-id/84
/usr/lib/.build-id/84/89b5d7b81f0e96961b2aeb4a7839ca48d6abf3
/usr/lib/.build-id/df
/usr/lib/.build-id/df/52cbdfa3379ec788639c00c9ce5c7c4e023213
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/cf87eaefc8cdbc662ba12680ceb0fde2651e15
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/0e48bd40e8bd51d860d4d66196ee7e8bc53817
/usr/lib/libwayland-client++.so.0
/usr/lib/libwayland-client++.so.0.2.9
/usr/lib/libwayland-client-extra++.so.0
/usr/lib/libwayland-client-extra++.so.0.2.9
/usr/lib/libwayland-client-unstable++.so.0
/usr/lib/libwayland-client-unstable++.so.0.2.9
/usr/lib/libwayland-cursor++.so.0
/usr/lib/libwayland-cursor++.so.0.2.9
/usr/lib/libwayland-egl++.so.0
/usr/lib/libwayland-egl++.so.0.2.9
/usr/share/doc/waylandpp
/usr/share/doc/waylandpp/README.md
/usr/share/licenses/waylandpp
/usr/share/licenses/waylandpp/LICENSE
References
Summary
In this tutorial we learn how to install waylandpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).