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

Last updated: July 03,2024

1. Install "uvw-devel.x86_64" package

Please follow the steps below to install uvw-devel.x86_64 on Fedora 34

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

2. Uninstall "uvw-devel.x86_64" package

This guide covers the steps necessary to uninstall uvw-devel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:17:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : uvw-devel
Version : 2.11.0
Release : 2.fc34
Architecture : x86_64
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.