How to Install and Uninstall libmultiverse-core-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libmultiverse-core-java" package

This guide let you learn how to install libmultiverse-core-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmultiverse-core-java

2. Uninstall "libmultiverse-core-java" package

This is a short guide on how to uninstall libmultiverse-core-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmultiverse-core-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmultiverse-core-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmultiverse-core-java
Priority: optional
Section: universe/java
Installed-Size: 264
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: multiverse-core
Version: 0.7.0-4
Filename: pool/universe/m/multiverse-core/libmultiverse-core-java_0.7.0-4_all.deb
Size: 219346
MD5sum: c85432d1f893bb92702c3e1b66bcf31d
SHA1: 69521a1850a0785532a35965ee45c70ece25e0a7
SHA256: 44a0c5046ebfb0a9a27a4946ad4c5e9e7cbaad43ad97ab1487c697f0f8673a93
Description-en: Java library implementing Software Transactional Memory (STM)
Multiverse is meant as an alternative to traditional lock based
concurrency. If you have worked with databases before, Transactional
Memory should feel familiar because both share one very important
concept: transactions.
.
Multiverse is language independent so it can be used without relying
on instrumentation and therefore can easily be used with other
languages that can run on the JVM like Scala, Groovy or JRuby.
.
Also it reduces complexity of concurrency control, it can be used
demanding production environments and provides a framework for STM
experiments.
Description-md5: acaba5cf37a814bddf01aba42dafc18f
Homepage: http://multiverse.codehaus.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu