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

Last updated: October 06,2024

1. Install "ocaml-stdio.x86_64" package

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

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

2. Uninstall "ocaml-stdio.x86_64" package

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

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

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

Last metadata expiration check: 0:35:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ocaml-stdio
Version : 0.14.0
Release : 9.fc34
Architecture : x86_64
Size : 56 k
Source : ocaml-stdio-0.14.0-9.fc34.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.