How to Install and Uninstall libuv.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "libuv.src" package

This guide covers the steps necessary to install libuv.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libuv.src

2. Uninstall "libuv.src" package

Here is a brief guide to show you how to uninstall libuv.src on Oracle Linux 9:

$ sudo dnf remove libuv.src $ sudo dnf autoremove

3. Information about the libuv.src package on Oracle Linux 9

Last metadata expiration check: 1:12:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libuv
Epoch : 1
Version : 1.42.0
Release : 1.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_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.