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

Last updated: May 20,2024

1. Install "ocaml-bin_prot" package

In this section, we are going to explain the necessary steps to install ocaml-bin_prot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-bin_prot

2. Uninstall "ocaml-bin_prot" package

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

$ sudo zypper remove ocaml-bin_prot

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

Information for package ocaml-bin_prot:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-bin_prot
Version : 0.14.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 14,0 KiB
Installed : No
Status : not installed
Source package : ocaml-bin_prot-0.14.0-1.5.src
Summary : A binary protocol generator
Description :
This library contains functionality for reading and writing OCaml-values in a
type-safe binary protocol. It is extremely efficient, typically supporting
type-safe marshalling and unmarshalling of even highly structured values at
speeds sufficient to saturate a gigabit connection. The protocol is also
heavily optimized for size, making it ideal for long-term storage of large
amounts of data.