How to Install and Uninstall ocaml-ounit.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 27,2024

1. Install "ocaml-ounit.x86_64" package

Please follow the steps below to install ocaml-ounit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ocaml-ounit.x86_64" package

Please follow the steps below to uninstall ocaml-ounit.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ocaml-ounit.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:15:42 ago on Mon Feb 26 15:59:38 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.