How to Install and Uninstall python3-javaobj.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "python3-javaobj.noarch" package

Please follow the guidance below to install python3-javaobj.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-javaobj.noarch" package

Please follow the step by step instructions below to uninstall python3-javaobj.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-javaobj.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:59:49 ago on Mon Feb 26 15:59:38 2024.
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.