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

Last updated: January 15,2025

1. Install "uvw-devel.x86_64" package

In this section, we are going to explain the necessary steps to install uvw-devel.x86_64 on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 4:47:05 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : uvw-devel
Version : 2.11.0
Release : 3.fc36
Architecture : x86_64
Size : 64 k
Source : uvw-2.11.0-3.fc36.src.rpm
Repository : fedora
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.