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

Last updated: January 10,2025

1. Install "ocaml-rope" package

This tutorial shows how to install ocaml-rope on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ocaml-rope

2. Uninstall "ocaml-rope" package

Learn how to uninstall ocaml-rope on openSuSE Tumbleweed:

$ sudo zypper remove ocaml-rope

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

Information for package ocaml-rope:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ocaml-rope
Version : 0.6.2-3.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 27,5 KiB
Installed : No
Status : not installed
Source package : ocaml-rope-0.6.2-3.17.src
Summary : Ropes ("heavyweight strings") for OCaml
Description :
Ropes ("heavyweight strings") are a scalable string implementation:
they are designed for efficient operation that involve the string as
a whole. Operations such as concatenation, and substring take time
that is nearly independent of the length of the string. Unlike
strings, ropes are a reasonable representation for very long strings
such as edit buffers or mail messages.