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

Last updated: November 29,2024

1. Install "python3-javaobj.noarch" package

This is a short guide on how to install python3-javaobj.noarch on Oracle Linux 8

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

2. Uninstall "python3-javaobj.noarch" package

Please follow the instructions below to uninstall python3-javaobj.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 5:03:43 ago on Mon Sep 12 02:51:38 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.