How to Install and Uninstall ocaml-yojson.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "ocaml-yojson.x86_64" package

This is a short guide on how to install ocaml-yojson.x86_64 on Fedora 36

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

2. Uninstall "ocaml-yojson.x86_64" package

Learn how to uninstall ocaml-yojson.x86_64 on Fedora 36:

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

3. Information about the ocaml-yojson.x86_64 package on Fedora 36

Last metadata expiration check: 4:42:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-yojson
Version : 1.7.0
Release : 21.fc36
Architecture : x86_64
Size : 2.0 M
Source : ocaml-yojson-1.7.0-21.fc36.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.