How to Install and Uninstall multiverse Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "multiverse" package

Please follow the guidance below to install multiverse on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install multiverse

2. Uninstall "multiverse" package

Please follow the instructions below to uninstall multiverse on openSuSE Tumbleweed:

$ sudo zypper remove multiverse

3. Information about the multiverse package on openSuSE Tumbleweed

Information for package multiverse:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : multiverse
Version : 0.7.0-3.12
Arch : noarch
Vendor : openSUSE
Installed Size : 264.2 KiB
Installed : No
Status : not installed
Source package : multiverse-0.7.0-3.12.src
Upstream URL : http://multiverse.codehaus.org
Summary : A software transactional memory implementation for the JVM
Description :
A software transactional memory implementation for the JVM. Access (read and
writes) to shared memory is done through transactional references, that can be
compared to the AtomicReferences of Java. Access to these references will be
done under A (atomicity), C (consistency), I (isolation) semantics.