How to Install and Uninstall uvw-devel.i686 Package on Fedora 34

Last updated: October 06,2024

1. Install "uvw-devel.i686" package

Please follow the guidelines below to install uvw-devel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install uvw-devel.i686

2. Uninstall "uvw-devel.i686" package

Please follow the steps below to uninstall uvw-devel.i686 on Fedora 34:

$ sudo dnf remove uvw-devel.i686 $ sudo dnf autoremove

3. Information about the uvw-devel.i686 package on Fedora 34

Last metadata expiration check: 1:30:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : uvw-devel
Version : 2.11.0
Release : 2.fc34
Architecture : i686
Size : 64 k
Source : uvw-2.11.0-2.fc34.src.rpm
Repository : updates
Summary : Header-only easy to use libuv C++ wrapper
URL : https://github.com/skypjack/uvw
License : MIT and CC-BY
Description : uvw started as a header-only, event based, tiny and easy to use
: wrapper for libuv written in modern C++.
: Now it's finally available also as a compilable static library.
:
: The basic idea is to hide completely the C-ish interface of libuv behind a graceful C++ API.
: Currently, no uv_*_t data structure is actually exposed by the library.
: Note that uvw stays true to the API of libuv and it doesn't add anything
: to its interface. For the same reasons, users of the library must follow
: the same rules which are used with libuv.
:
: The uvw-devel package contains libraries and header files for
: developing applications that use uvw.