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

Last updated: September 28,2024

1. Install "ocaml-bos.x86_64" package

This guide covers the steps necessary to install ocaml-bos.x86_64 on Fedora 36

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

2. Uninstall "ocaml-bos.x86_64" package

This guide covers the steps necessary to uninstall ocaml-bos.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:31:35 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-bos
Version : 0.2.1
Release : 3.fc36
Architecture : x86_64
Size : 414 k
Source : ocaml-bos-0.2.1-3.fc36.src.rpm
Repository : fedora
Summary : Basic OS interaction for OCaml
URL : https://erratique.ch/software/bos
License : ISC
Description : Bos provides support for basic and robust interaction with the operating
: system in OCaml. It has functions to access the process environment,
: parse command line arguments, interact with the file system and run
: command line programs. Bos works equally well on POSIX and Windows
: operating systems.