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

Last updated: November 01,2024

1. Install "ocaml-ounit.x86_64" package

Please follow the instructions below to install ocaml-ounit.x86_64 on AlmaLinux 8

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

2. Uninstall "ocaml-ounit.x86_64" package

Please follow the instructions below to uninstall ocaml-ounit.x86_64 on AlmaLinux 8:

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

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

Last metadata expiration check: 1:07:21 ago on Mon Sep 5 03:22:42 2022.
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.