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

Last updated: September 29,2024

1. Install "ocaml-ounit.x86_64" package

Please follow the steps below to install ocaml-ounit.x86_64 on Fedora 34

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

2. Uninstall "ocaml-ounit.x86_64" package

This is a short guide on how to uninstall ocaml-ounit.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:06:44 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocaml-ounit
Version : 2.2.2
Release : 14.fc34
Architecture : x86_64
Size : 468 k
Source : ocaml-ounit-2.2.2-14.fc34.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.