How to Install and Uninstall python3-javaobj Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "python3-javaobj" package

Learn how to install python3-javaobj on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-javaobj

2. Uninstall "python3-javaobj" package

In this section, we are going to explain the necessary steps to uninstall python3-javaobj on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-javaobj $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-javaobj package on Ubuntu 21.10 (Impish Indri)

Package: python3-javaobj
Architecture: all
Version: 0.4.1-2
Priority: optional
Section: universe/python
Source: python-javaobj
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 208
Depends: python3:any
Filename: pool/universe/p/python-javaobj/python3-javaobj_0.4.1-2_all.deb
Size: 32556
MD5sum: c39481bd663e54a018a2553995472dcc
SHA1: c718052fc28a4449db9654b88bd37c64a319e4d3
SHA256: fe4fc2cf5ee8066bddc040310af3336fc55e4ec43ad33748d348d1e6d6207e3c
SHA512: 6b62314dc524ef5a7aaeea65e23d847d828f46972b909e9c932852d228d1711cbe3899284c114a44963f35e0e9ddbdeaaad54096b6381482d34d3d8ec5ef022c
Homepage: https://github.com/tcalmant/python-javaobj
Description-en: read and write Java objects serialized by ObjectOutputStream
python-javaobj is a Python library that provides functions for
reading and writing (writing is WIP currently) Java objects
serialized or will be deserialized by ObjectOutputStream. This form
of object representation is a standard data interchange format in
Java world.
.
The javaobj module exposes an API familiar to users of the standard
library marshal, pickle and json modules.
.
* Java object instance un-marshalling
* Java classes un-marshalling
* Primitive values un-marshalling
* Automatic conversion of Java Collections to Python ones
(HashMap => dict, ArrayList => list, etc.)
* Basic marshalling of simple Java objects (v1 implementation only)
Description-md5: cfeb1cecc7bf74453113007690aa02fd