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

Last updated: October 01,2024

1. Install "waylandpp.i686" package

Here is a brief guide to show you how to install waylandpp.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install waylandpp.i686

2. Uninstall "waylandpp.i686" package

Please follow the instructions below to uninstall waylandpp.i686 on Fedora 34:

$ sudo dnf remove waylandpp.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:18:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : waylandpp
Version : 0.2.8
Release : 5.fc34
Architecture : i686
Size : 129 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.