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

Last updated: November 25,2024

1. Install "ocaml-bos.i686" package

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

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

2. Uninstall "ocaml-bos.i686" package

This is a short guide on how to uninstall ocaml-bos.i686 on Fedora 36:

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

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

Last metadata expiration check: 5:32:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ocaml-bos
Version : 0.2.1
Release : 3.fc36
Architecture : i686
Size : 406 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.