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

Last updated: October 06,2024

1. Install "ocaml-fieldslib.x86_64" package

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

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

2. Uninstall "ocaml-fieldslib.x86_64" package

Here is a brief guide to show you how to uninstall ocaml-fieldslib.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:49:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-fieldslib
Version : 0.14.0
Release : 7.fc34
Architecture : x86_64
Size : 26 k
Source : ocaml-fieldslib-0.14.0-7.fc34.src.rpm
Repository : fedora
Summary : OCaml record fields as first class values
URL : https://github.com/janestreet/fieldslib
License : MIT
Description : This package contains an OCaml syntax extension to define first class
: values representing record fields, to get and set record fields, iterate
: and fold over all fields of a record and create new record values.