How to Install and Uninstall waylandpp.x86_64 Package on Fedora 34

Last updated: October 04,2024

1. Install "waylandpp.x86_64" package

In this section, we are going to explain the necessary steps to install waylandpp.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install waylandpp.x86_64

2. Uninstall "waylandpp.x86_64" package

This guide covers the steps necessary to uninstall waylandpp.x86_64 on Fedora 34:

$ sudo dnf remove waylandpp.x86_64 $ sudo dnf autoremove

3. Information about the waylandpp.x86_64 package on Fedora 34

Last metadata expiration check: 5:58:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : waylandpp
Version : 0.2.8
Release : 5.fc34
Architecture : x86_64
Size : 126 k
Source : waylandpp-0.2.8-5.fc34.src.rpm
Repository : fedora
Summary : Wayland C++ bindings
URL : https://github.com/NilsBrause/waylandpp/
License : BSD and MIT and GPLv3+
Description : 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.