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

Last updated: May 18,2024

1. Install "libuv.i686" package

Please follow the guidelines below to install libuv.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libuv.i686

2. Uninstall "libuv.i686" package

Please follow the step by step instructions below to uninstall libuv.i686 on Fedora 34:

$ sudo dnf remove libuv.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:43:27 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libuv
Epoch : 1
Version : 1.44.1
Release : 1.fc34
Architecture : i686
Size : 157 k
Source : libuv-1.44.1-1.fc34.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.