How to Install and Uninstall libuv.i686 Package on Fedora 38

Last updated: November 27,2024

1. Install "libuv.i686" package

Learn how to install libuv.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libuv.i686

2. Uninstall "libuv.i686" package

Learn how to uninstall libuv.i686 on Fedora 38:

$ sudo dnf remove libuv.i686 $ sudo dnf autoremove

3. Information about the libuv.i686 package on Fedora 38

Last metadata expiration check: 2:40:48 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libuv
Epoch : 1
Version : 1.48.0
Release : 1.fc38
Architecture : i686
Size : 259 k
Source : libuv-1.48.0-1.fc38.src.rpm
Repository : updates
Summary : Platform layer for node.js
URL : http://libuv.org/
License : MIT AND CC-BY-4.0 AND ISC AND BSD-2-Clause
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.