How to Install and Uninstall libuv.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "libuv.x86_64" package

Learn how to install libuv.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libuv.x86_64

2. Uninstall "libuv.x86_64" package

Please follow the instructions below to uninstall libuv.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libuv.x86_64 $ sudo dnf autoremove

3. Information about the libuv.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:38:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libuv
Epoch : 1
Version : 1.42.0
Release : 1.el9
Architecture : x86_64
Size : 153 k
Source : libuv-1.42.0-1.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.