How to Install and Uninstall ocaml-luv.i686 Package on Fedora 34

Last updated: July 05,2024

1. Install "ocaml-luv.i686" package

This guide covers the steps necessary to install ocaml-luv.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ocaml-luv.i686

2. Uninstall "ocaml-luv.i686" package

Please follow the guidelines below to uninstall ocaml-luv.i686 on Fedora 34:

$ sudo dnf remove ocaml-luv.i686 $ sudo dnf autoremove

3. Information about the ocaml-luv.i686 package on Fedora 34

Last metadata expiration check: 2:12:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-luv
Version : 0.5.7
Release : 1.fc34
Architecture : i686
Size : 1.2 M
Source : ocaml-luv-0.5.7-1.fc34.src.rpm
Repository : fedora
Summary : OCaml binding to libuv for cross-platform asynchronous I/O
URL : https://github.com/aantron/luv
License : MIT
Description : Luv is a binding to libuv, the cross-platform C library that does
: asynchronous I/O in Node.js and runs its main loop.
:
: Besides asynchronous I/O, libuv also supports multiprocessing and
: multithreading. Multiple event loops can be run in different threads.
: Libuv also exposes a lot of other functionality, amounting to a full OS
: API, and an alternative to the standard module Unix.