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

Last updated: October 08,2024

1. Install "ocaml-luv.x86_64" package

This is a short guide on how to install ocaml-luv.x86_64 on Fedora 35

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

2. Uninstall "ocaml-luv.x86_64" package

Please follow the steps below to uninstall ocaml-luv.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:04:21 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ocaml-luv
Version : 0.5.10
Release : 1.fc35
Architecture : x86_64
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.