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

Last updated: May 09,2024

1. Install "libkryo-java-doc" package

Please follow the guidelines below to install libkryo-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libkryo-java-doc

2. Uninstall "libkryo-java-doc" package

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

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

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

Package: libkryo-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 2084
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: libkryo-java
Version: 2.20-5
Filename: pool/universe/libk/libkryo-java/libkryo-java-doc_2.20-5_all.deb
Size: 90116
MD5sum: 84791a7a87515e28206778a06b57d437
SHA1: ba4ecaec565a221aacc8fc161ddc50f0ac495780
SHA256: bd590b30dda6a3f133835b4d0bb6b463fca958cdab3f0591684c02902b96f3fa
Description-en: object graph serialization framework for Java - doc
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.
.
This package contains the Javadoc API
Description-md5: 3020ca275f43e63177234fa8bac42dc2
Homepage: https://github.com/EsotericSoftware/kryo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu