How to Install and Uninstall ocaml-logs Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "ocaml-logs" package

This is a short guide on how to install ocaml-logs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-logs

2. Uninstall "ocaml-logs" package

In this section, we are going to explain the necessary steps to uninstall ocaml-logs on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-logs

3. Information about the ocaml-logs package on openSuSE Tumbleweed

Information for package ocaml-logs:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-logs
Version : 0.7.0-3.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 179.5 KiB
Installed : No
Status : not installed
Source package : ocaml-logs-0.7.0-3.8.src
Upstream URL : https://opam.ocaml.org/packages/logs
Summary : Logging infrastructure for OCaml
Description :
Logs provides a logging infrastructure for OCaml. Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by a reporter.
A few optional log reporters are distributed with the base library and the API easily allows to implement your own.