How to Install and Uninstall libuv.x86_64 Package on Fedora 36

Last updated: May 04,2024

1. Install "libuv.x86_64" package

Here is a brief guide to show you how to install libuv.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install libuv.x86_64

2. Uninstall "libuv.x86_64" package

This is a short guide on how to uninstall libuv.x86_64 on Fedora 36:

$ sudo dnf remove libuv.x86_64 $ sudo dnf autoremove

3. Information about the libuv.x86_64 package on Fedora 36

Last metadata expiration check: 3:02:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libuv
Epoch : 1
Version : 1.44.2
Release : 1.fc36
Architecture : x86_64
Size : 151 k
Source : libuv-1.44.2-1.fc36.src.rpm
Repository : updates
Summary : Platform layer for node.js
URL : http://libuv.org/
License : MIT and BSD and ISC
Description : libuv is a new platform layer for Node. Its purpose is to abstract IOCP on
: Windows and libev on Unix systems. We intend to eventually contain all platform
: differences in this library.