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

Last updated: November 29,2024

1. Install "ocaml-bos.x86_64" package

This tutorial shows how to install ocaml-bos.x86_64 on Fedora 38

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

2. Uninstall "ocaml-bos.x86_64" package

This is a short guide on how to uninstall ocaml-bos.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 4:59:11 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ocaml-bos
Version : 0.2.1
Release : 8.fc38
Architecture : x86_64
Size : 417 k
Source : ocaml-bos-0.2.1-8.fc38.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.