How to Install and Uninstall python3-javaobj.noarch Package on Rocky Linux 8

Last updated: September 28,2024

1. Install "python3-javaobj.noarch" package

Please follow the guidelines below to install python3-javaobj.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-javaobj.noarch

2. Uninstall "python3-javaobj.noarch" package

This guide let you learn how to uninstall python3-javaobj.noarch on Rocky Linux 8:

$ sudo dnf remove python3-javaobj.noarch $ sudo dnf autoremove

3. Information about the python3-javaobj.noarch package on Rocky Linux 8

Last metadata expiration check: 0:38:13 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-javaobj
Version : 0.4.0.1
Release : 1.el8
Architecture : noarch
Size : 82 k
Source : python-javaobj-0.4.0.1-1.el8.src.rpm
Repository : epel
Summary : Python module for serializing and deserializing Java objects
URL : https://github.com/tcalmant/python-javaobj
License : ASL 2.0
Description : 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.