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

Last updated: May 06,2024

1. Install "ocaml-luv.i686" package

Please follow the steps below to install ocaml-luv.i686 on Fedora 35

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

2. Uninstall "ocaml-luv.i686" package

This is a short guide on how to uninstall ocaml-luv.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:11:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ocaml-luv
Version : 0.5.10
Release : 1.fc35
Architecture : i686
Size : 1.2 M
Source : ocaml-luv-0.5.10-1.fc35.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.