How To Install waylandpp on Fedora 34
Introduction
In this tutorial we learn how to install waylandpp
on Fedora 34.
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. waylandpp 0.2.8 5.fc34 x86_64 126 k waylandpp-0.2.8-5.fc34.src.rpm fedora Wayland C++ bindings https BSD and MIT and GPLv3+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install waylandpp.
Install waylandpp on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install waylandpp
using dnf
by running the following command:
sudo dnf -y install waylandpp
Install waylandpp on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the waylandpp
package we can use the following command:
sudo dnf remove waylandpp
waylandpp Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/93b3dfdd8ffa560c67dffb4a768d1e147a7f19
/usr/lib/.build-id/60
/usr/lib/.build-id/60/fa33e61dd6ff28a133b951e1ca0f2b96652a44
/usr/lib/.build-id/90
/usr/lib/.build-id/90/404fec5b2cf3e9c5ede49f2053ad7de4fb0361
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/d9ccf0c796d84ffde830e0c2c5acb7491b0d49
/usr/lib64/libwayland-client++.so.0
/usr/lib64/libwayland-client++.so.0.2.8
/usr/lib64/libwayland-client-extra++.so.0
/usr/lib64/libwayland-client-extra++.so.0.2.8
/usr/lib64/libwayland-cursor++.so.0
/usr/lib64/libwayland-cursor++.so.0.2.8
/usr/lib64/libwayland-egl++.so.0
/usr/lib64/libwayland-egl++.so.0.2.8
/usr/share/doc/waylandpp
/usr/share/doc/waylandpp/README.md
/usr/share/licenses/waylandpp
/usr/share/licenses/waylandpp/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/32e6b498ffe936d58c5d8e08ab3a90f9708a72
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/a2689dbb0877cae66447a163b2cbdb85baa8d4
/usr/lib/.build-id/50
/usr/lib/.build-id/50/b75d9a533ce0c95e306d31580d6331939a782f
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/3f9a2efd80a3ae0a1f992aee095d62709dfec9
/usr/lib/libwayland-client++.so.0
/usr/lib/libwayland-client++.so.0.2.8
/usr/lib/libwayland-client-extra++.so.0
/usr/lib/libwayland-client-extra++.so.0.2.8
/usr/lib/libwayland-cursor++.so.0
/usr/lib/libwayland-cursor++.so.0.2.8
/usr/lib/libwayland-egl++.so.0
/usr/lib/libwayland-egl++.so.0.2.8
/usr/share/doc/waylandpp
/usr/share/doc/waylandpp/README.md
/usr/share/licenses/waylandpp
/usr/share/licenses/waylandpp/LICENSE
References
- [waylandpp website](https://github.com/NilsBrause/waylandpp/ https://github.com/NilsBrause/waylandpp/)
Summary
In this tutorial we learn how to install waylandpp
on Fedora 34 using yum and dnf.