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

Last updated: May 22,2024

1. Install "libcommons-javaflow-java" package

This tutorial shows how to install libcommons-javaflow-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcommons-javaflow-java

2. Uninstall "libcommons-javaflow-java" package

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

$ sudo apt remove libcommons-javaflow-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libcommons-javaflow-java
Priority: optional
Section: universe/java
Installed-Size: 172
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: commons-javaflow
Version: 0.0~svn20060411-5
Depends: default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-jci-java, libbcel-java
Filename: pool/universe/c/commons-javaflow/libcommons-javaflow-java_0.0~svn20060411-5_all.deb
Size: 88780
MD5sum: 4563a04e931d706855e9da3ba573d6a6
SHA1: a0915c38f5fd475b698bd46bcde4bfeb14e0ca75
SHA256: d6f73092cfb005de30e19265b65ed3b0b5b2bf9e2bf89b6cf89f93a85a53e58a
Description-en: Java implementation of Continuations concept
Commons Javaflow is a pure Java implementation of the Continuations concept.
.
For more information about Continuation, you can have a look on
or

.
To use Javaflow in your program, Javaflow needs to enhance its Java byte code:
- statically, using the Javaflow Ant task as a part of your build process
- dynamically, at runtime, by using Javaflow's ContinuationClassLoader.
Description-md5: 1abb31da299321161d2551a809ea91bc
Homepage: http://commons.apache.org/sandbox/javaflow/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu