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

Last updated: May 14,2024

1. Install "libkryo-java" package

Please follow the step by step instructions below to install libkryo-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libkryo-java

2. Uninstall "libkryo-java" package

Learn how to uninstall libkryo-java on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libkryo-java $ sudo apt autoclean && sudo apt autoremove

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

Package: libkryo-java
Priority: optional
Section: universe/java
Installed-Size: 228
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.20-5
Depends: libminlog-java, libobjenesis-java, libreflectasm-java
Filename: pool/universe/libk/libkryo-java/libkryo-java_2.20-5_all.deb
Size: 152912
MD5sum: 38b5b9b8620dc7ec445f9532f959ff5f
SHA1: cf724312a77c38256114dbbfd79367059fd068c2
SHA256: ed4bb095966eb57dcc97e030c25012a36666701bf369a49014b704067e6a7b12
Description-en: object graph serialization framework for Java
Kryo is a fast and efficient object graph serialization framework for Java.
The goals of the project are speed, efficiency, and an easy to use API.
The project is useful any time objects need to be persisted, whether to a
file, database, or over the network.
.
Kryo can also perform automatic deep and shallow copying/cloning.
This is direct copying from object to object, not object->bytes->object.
Description-md5: da44a3c9eb30dfcd1f087290a07ca69a
Homepage: https://github.com/EsotericSoftware/kryo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu