How To Install uvw-devel on Fedora 36

In this tutorial we learn how to install uvw-devel in Fedora 36. uvw-devel is Header-only easy to use libuv C++ wrapper

Introduction

In this tutorial we learn how to install uvw-devel on Fedora 36.

What is uvw-devel

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.

We can use yum or dnf to install uvw-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uvw-devel.

Install uvw-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install uvw-devel using dnf by running the following command:

sudo dnf -y install uvw-devel

Install uvw-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install uvw-devel using yum by running the following command:

sudo yum -y install uvw-devel

How To Uninstall uvw-devel on Fedora 36

To uninstall only the uvw-devel package we can use the following command:

sudo dnf remove uvw-devel

uvw-devel Package Contents on Fedora 36

---
title: "How To Install uvw-devel on Fedora 36"
linkTitle: "uvw-devel"
type: "docs"
description: "In this tutorial we learn how to install uvw-devel in Fedora 36. uvw-devel is Header-only easy to use libuv C++ wrapper"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/uvw-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `uvw-devel` on Fedora 36.

### What is `uvw-devel`

> 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.  

We can use `yum` or `dnf` to install `uvw-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uvw-devel.

## Install uvw-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install uvw-devel using dnf by running the following command:

sudo dnf -y install uvw-devel

Install uvw-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install uvw-devel using yum by running the following command:

sudo yum -y install uvw-devel

How To Uninstall uvw-devel on Fedora 36

To uninstall only the uvw-devel package we can use the following command:

sudo dnf remove uvw-devel

uvw-devel Package Contents on Fedora 36

/usr/include/uvw
/usr/include/uvw.hpp
/usr/include/uvw/async.cpp
/usr/include/uvw/async.h
/usr/include/uvw/check.cpp
/usr/include/uvw/check.h
/usr/include/uvw/config.h
/usr/include/uvw/dns.cpp
/usr/include/uvw/dns.h
/usr/include/uvw/emitter.cpp
/usr/include/uvw/emitter.h
/usr/include/uvw/fs.cpp
/usr/include/uvw/fs.h
/usr/include/uvw/fs_event.cpp
/usr/include/uvw/fs_event.h
/usr/include/uvw/fs_poll.cpp
/usr/include/uvw/fs_poll.h
/usr/include/uvw/handle.hpp
/usr/include/uvw/idle.cpp
/usr/include/uvw/idle.h
/usr/include/uvw/lib.cpp
/usr/include/uvw/lib.h
/usr/include/uvw/loop.cpp
/usr/include/uvw/loop.h
/usr/include/uvw/pipe.cpp
/usr/include/uvw/pipe.h
/usr/include/uvw/poll.cpp
/usr/include/uvw/poll.h
/usr/include/uvw/prepare.cpp
/usr/include/uvw/prepare.h
/usr/include/uvw/process.cpp
/usr/include/uvw/process.h
/usr/include/uvw/request.hpp
/usr/include/uvw/resource.hpp
/usr/include/uvw/signal.cpp
/usr/include/uvw/signal.h
/usr/include/uvw/stream.cpp
/usr/include/uvw/stream.h
/usr/include/uvw/tcp.cpp
/usr/include/uvw/tcp.h
/usr/include/uvw/thread.cpp
/usr/include/uvw/thread.h
/usr/include/uvw/timer.cpp
/usr/include/uvw/timer.h
/usr/include/uvw/tty.cpp
/usr/include/uvw/tty.h
/usr/include/uvw/type_info.hpp
/usr/include/uvw/udp.cpp
/usr/include/uvw/udp.h
/usr/include/uvw/underlying_type.hpp
/usr/include/uvw/util.cpp
/usr/include/uvw/util.h
/usr/include/uvw/work.cpp
/usr/include/uvw/work.h
/usr/lib64/cmake/uvw
/usr/lib64/cmake/uvw/uvwConfig.cmake
/usr/lib64/pkgconfig/libuvw-static.pc
/usr/lib64/pkgconfig/libuvw.pc
/usr/share/doc/uvw-devel
/usr/share/doc/uvw-devel/README.md
/usr/share/licenses/uvw-devel
/usr/share/licenses/uvw-devel/LICENSE

References

Summary

In this tutorial we learn how to install uvw-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/uvw /usr/include/uvw.hpp /usr/include/uvw/async.cpp /usr/include/uvw/async.h /usr/include/uvw/check.cpp /usr/include/uvw/check.h /usr/include/uvw/config.h /usr/include/uvw/dns.cpp /usr/include/uvw/dns.h /usr/include/uvw/emitter.cpp /usr/include/uvw/emitter.h /usr/include/uvw/fs.cpp /usr/include/uvw/fs.h /usr/include/uvw/fs_event.cpp /usr/include/uvw/fs_event.h /usr/include/uvw/fs_poll.cpp /usr/include/uvw/fs_poll.h /usr/include/uvw/handle.hpp /usr/include/uvw/idle.cpp /usr/include/uvw/idle.h /usr/include/uvw/lib.cpp /usr/include/uvw/lib.h /usr/include/uvw/loop.cpp /usr/include/uvw/loop.h /usr/include/uvw/pipe.cpp /usr/include/uvw/pipe.h /usr/include/uvw/poll.cpp /usr/include/uvw/poll.h /usr/include/uvw/prepare.cpp /usr/include/uvw/prepare.h /usr/include/uvw/process.cpp /usr/include/uvw/process.h /usr/include/uvw/request.hpp /usr/include/uvw/resource.hpp /usr/include/uvw/signal.cpp /usr/include/uvw/signal.h /usr/include/uvw/stream.cpp /usr/include/uvw/stream.h /usr/include/uvw/tcp.cpp /usr/include/uvw/tcp.h /usr/include/uvw/thread.cpp /usr/include/uvw/thread.h /usr/include/uvw/timer.cpp /usr/include/uvw/timer.h /usr/include/uvw/tty.cpp /usr/include/uvw/tty.h /usr/include/uvw/type_info.hpp /usr/include/uvw/udp.cpp /usr/include/uvw/udp.h /usr/include/uvw/underlying_type.hpp /usr/include/uvw/util.cpp /usr/include/uvw/util.h /usr/include/uvw/work.cpp /usr/include/uvw/work.h /usr/lib/cmake/uvw /usr/lib/cmake/uvw/uvwConfig.cmake /usr/lib/pkgconfig/libuvw-static.pc /usr/lib/pkgconfig/libuvw.pc /usr/share/doc/uvw-devel /usr/share/doc/uvw-devel/README.md /usr/share/licenses/uvw-devel /usr/share/licenses/uvw-devel/LICENSE


## References

* [uvw-devel website](https://github.com/skypjack/uvw)

## Summary

In this tutorial we learn how to install `uvw-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).