How to Install and Uninstall python3-javaobj.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-javaobj.noarch" package

Learn how to install python3-javaobj.noarch on Fedora 34

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

2. Uninstall "python3-javaobj.noarch" package

Please follow the guidelines below to uninstall python3-javaobj.noarch on Fedora 34:

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

3. Information about the python3-javaobj.noarch package on Fedora 34

Last metadata expiration check: 3:34:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-javaobj
Version : 0.4.2
Release : 1.fc34
Architecture : noarch
Size : 83 k
Source : python-javaobj-0.4.2-1.fc34.src.rpm
Repository : fedora
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.