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

Last updated: October 07,2024

1. Install "ocaml-stdio.x86_64" package

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

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

2. Uninstall "ocaml-stdio.x86_64" package

Please follow the step by step instructions below to uninstall ocaml-stdio.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:01:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-stdio
Version : 0.15.0
Release : 4.fc36
Architecture : x86_64
Size : 56 k
Source : ocaml-stdio-0.15.0-4.fc36.src.rpm
Repository : fedora
Summary : Jane Street Standard I/O library for OCaml
URL : https://github.com/janestreet/stdio
License : MIT
Description : Stdio provides input/output functions for OCaml. It re-exports the
: buffered channels of the stdlib distributed with OCaml but with some
: improvements.