How to Install and Uninstall python3-untangle.noarch Package on Oracle Linux 9

Last updated: October 13,2024

1. Install "python3-untangle.noarch" package

This guide covers the steps necessary to install python3-untangle.noarch on Oracle Linux 9

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

2. Uninstall "python3-untangle.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-untangle.noarch on Oracle Linux 9:

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

3. Information about the python3-untangle.noarch package on Oracle Linux 9

Last metadata expiration check: 3:40:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-untangle
Version : 1.2.1
Release : 2.el9
Architecture : noarch
Size : 17 k
Source : python-untangle-1.2.1-2.el9.src.rpm
Repository : epel
Summary : Converts XML to Python objects
URL : https://github.com/stchris/untangle
License : MIT
Description : Converts XML to a Python object. Siblings with similar names are grouped into
: a list. Children can be accessed with parent.child, attributes with
: element.