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

Last updated: September 20,2024

1. Install "ocaml-yojson.x86_64" package

This tutorial shows how to install ocaml-yojson.x86_64 on Fedora 34

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

2. Uninstall "ocaml-yojson.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ocaml-yojson.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:21:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ocaml-yojson
Version : 1.7.0
Release : 15.fc34
Architecture : x86_64
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.