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

Last updated: July 03,2024

1. Install "ocaml-luv.x86_64" package

This guide let you learn how to install ocaml-luv.x86_64 on Fedora 34

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

2. Uninstall "ocaml-luv.x86_64" package

This is a short guide on how to uninstall ocaml-luv.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:49:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-luv
Version : 0.5.7
Release : 1.fc34
Architecture : x86_64
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.