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

Last updated: October 06,2024

1. Install "ocaml-ounit.x86_64" package

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

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

2. Uninstall "ocaml-ounit.x86_64" package

Please follow the guidelines below to uninstall ocaml-ounit.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:41:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ocaml-ounit
Version : 2.2.4
Release : 7.fc36
Architecture : x86_64
Size : 464 k
Source : ocaml-ounit-2.2.4-7.fc36.src.rpm
Repository : fedora
Summary : Unit test framework for OCaml
URL : https://github.com/gildor478/ounit
License : MIT
Description : OUnit is a unit test framework for OCaml. It allows one to easily create
: unit-tests for OCaml code. It is loosely based on HUnit, a unit testing
: framework for Haskell. It is similar to JUnit, and other xUnit testing
: frameworks.