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

Last updated: November 26,2024

1. Install "uvw-devel.x86_64" package

This is a short guide on how to install uvw-devel.x86_64 on Fedora 39

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

2. Uninstall "uvw-devel.x86_64" package

This tutorial shows how to uninstall uvw-devel.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 2:49:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : uvw-devel
Version : 2.12.1
Release : 5.fc39
Architecture : x86_64
Size : 75 k
Source : uvw-2.12.1-5.fc39.src.rpm
Repository : fedora
Summary : Header-only easy to use libuv C++ wrapper
URL : https://github.com/skypjack/uvw
License : MIT
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.