How to Install and Uninstall ocaml-atd.i686 Package on Fedora 36

Last updated: January 06,2025

1. Install "ocaml-atd.i686" package

Learn how to install ocaml-atd.i686 on Fedora 36

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

2. Uninstall "ocaml-atd.i686" package

In this section, we are going to explain the necessary steps to uninstall ocaml-atd.i686 on Fedora 36:

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

3. Information about the ocaml-atd.i686 package on Fedora 36

Last metadata expiration check: 1:13:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-atd
Version : 2.2.1
Release : 6.fc36
Architecture : i686
Size : 1.1 M
Source : ocaml-atd-2.2.1-6.fc36.src.rpm
Repository : fedora
Summary : Static Types for Json APIs
URL : https://github.com/ahrefs/atd
License : BSD
Description : ATD stands for Adaptable Type Definitions. It is a syntax for defining
: cross-language data types. It is used as input to generate efficient and
: type-safe serializers, deserializers and validators. The current target
: languages are OCaml and Java.
:
: The following opam packages are provided by the atd project:
:
: * atdgen: executable that generates OCaml code dealing with json and
: biniou data formats
: * atdj: executable that generates Java code dealing with json
: * atd: library for parsing atd files used by code generators