How to Install and Uninstall libuv.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "libuv.x86_64" package

This is a short guide on how to install libuv.x86_64 on CentOS 8 / RHEL 8

$ 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 CentOS 8 / RHEL 8:

$ sudo dnf remove libuv.x86_64 $ sudo dnf autoremove

3. Information about the libuv.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:54:39 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libuv
Epoch : 1
Version : 1.38.0
Release : 2.el8
Architecture : x86_64
Size : 151 k
Source : libuv-1.38.0-2.el8.src.rpm
Repository : appstream
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.