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

Last updated: September 22,2024

1. Install "ocaml-yojson.i686" package

Please follow the steps below to install ocaml-yojson.i686 on Fedora 34

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

2. Uninstall "ocaml-yojson.i686" package

Please follow the steps below to uninstall ocaml-yojson.i686 on Fedora 34:

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

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

Last metadata expiration check: 2:38:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-yojson
Version : 1.7.0
Release : 15.fc34
Architecture : i686
Size : 2.0 M
Source : ocaml-yojson-1.7.0-15.fc34.src.rpm
Repository : fedora
Summary : An optimized parsing and printing library for the JSON format
URL : https://github.com/ocaml-community/yojson
License : BSD
Description : Yojson is an optimized parsing and printing library for the JSON
: format. It addresses a few shortcomings of json-wheel including 2x
: speedup, polymorphic variants and optional syntax for tuples and
: variants.
:
: ydump is a pretty-printing command-line program provided with the
: yojson package.
:
: The program atdgen can be used to derive OCaml-JSON serializers and
: deserializers from type definitions.