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

Last updated: October 09,2024

1. Install "python3-networkx.noarch" package

In this section, we are going to explain the necessary steps to install python3-networkx.noarch on Oracle Linux 8

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

2. Uninstall "python3-networkx.noarch" package

Please follow the steps below to uninstall python3-networkx.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:21:16 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-networkx
Version : 1.11
Release : 16.1.el8
Architecture : noarch
Size : 15 k
Source : python-networkx-1.11-16.1.el8.src.rpm
Repository : ol8_appstream
Summary : Creates and Manipulates Graphs and Networks
URL : http://networkx.github.io/
License : BSD
Description : NetworkX is a Python 3 package for the creation, manipulation, and
: study of the structure, dynamics, and functions of complex networks.