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

Last updated: May 15,2024

1. Install "python3-javaobj.noarch" package

This tutorial shows how to install python3-javaobj.noarch on AlmaLinux 8

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

2. Uninstall "python3-javaobj.noarch" package

Please follow the guidance below to uninstall python3-javaobj.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 0:57:10 ago on Mon Sep 5 03:22:42 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.