How to Install and Uninstall libjgrapht0.8-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libjgrapht0.8-java" package

Please follow the steps below to install libjgrapht0.8-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjgrapht0.8-java

2. Uninstall "libjgrapht0.8-java" package

Please follow the step by step instructions below to uninstall libjgrapht0.8-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjgrapht0.8-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libjgrapht0.8-java
Priority: optional
Section: universe/java
Installed-Size: 316
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 0.8.3-4
Provides: libjgrapht-java
Depends: libjgraph-java
Filename: pool/universe/libj/libjgrapht0.8-java/libjgrapht0.8-java_0.8.3-4_all.deb
Size: 214508
MD5sum: dc403d0c5b158412e39e69d701899000
SHA1: 42551a7baf65db6271b2f9bcd2a88417f994073c
SHA256: 31b5ac1f71f19ea6691b5e4f297f2713d0e62189fab57aa002d505847ede548d
Description-en: mathematical graph theory library for Java
JGraphT is a free Java graph library that provides mathematical
graph theory objects and algorithms. JGraphT supports various types of
graphs including:
- directed and undirected graphs;
- graphs with weighted, unweighted, labeled or user-defined edges;
- various edge multiplicity options, including simple graphs,
multigraphs and pseudographs;
- unmodifiable graphs: allow modules to provide "read-only" access
to internal graphs;
- listenable graphs: allow external listeners to track modification events;
- subgraphs: graphs that are auto-updating subgraph views on other graphs;
- all compositions of above graphs.
.
JGraphT is designed to be simple and type-safe (via Java generics): graph
vertices can be of any objects: Strings, URLs, XML documents, even graphs
themselves.
Description-md5: 11a78f4782d35aad7e203fc0ce447355
Homepage: http://jgrapht.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu