How to Install and Uninstall ocaml-ounit.x86_64 Package on CentOS Stream 8

Last updated: May 18,2024

1. Install "ocaml-ounit.x86_64" package

Please follow the guidelines below to install ocaml-ounit.x86_64 on CentOS Stream 8

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

2. Uninstall "ocaml-ounit.x86_64" package

This guide let you learn how to uninstall ocaml-ounit.x86_64 on CentOS Stream 8:

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

3. Information about the ocaml-ounit.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:56:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ocaml-ounit
Version : 2.0.8
Release : 10.el8
Architecture : x86_64
Size : 1.0 M
Source : ocaml-ounit-2.0.8-10.el8.src.rpm
Repository : epel
Summary : Unit test framework for OCaml
URL : http://ounit.forge.ocamlcore.org/
License : MIT
Description : OUnit is a unit test framework for OCaml. It allows one to easily
: create unit-tests for OCaml code. It is based on HUnit, a unit testing
: framework for Haskell. It is similar to JUnit, and other xUnit testing
: frameworks.