How to Install and Uninstall multiverse Package on openSUSE Leap

Last updated: July 01,2024

1. Install "multiverse" package

Please follow the guidelines below to install multiverse on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install multiverse

2. Uninstall "multiverse" package

This guide covers the steps necessary to uninstall multiverse on openSUSE Leap:

$ sudo zypper remove multiverse

3. Information about the multiverse package on openSUSE Leap

Information for package multiverse:
-----------------------------------
Repository : Main Repository
Name : multiverse
Version : 0.7.0-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 261.6 KiB
Installed : No
Status : not installed
Source package : multiverse-0.7.0-150200.3.4.3.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.