How to Install and Uninstall python3-networkx.noarch Package on CentOS Stream 9

Last updated: October 01,2024

1. Install "python3-networkx.noarch" package

In this section, we are going to explain the necessary steps to install python3-networkx.noarch on CentOS Stream 9

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

2. Uninstall "python3-networkx.noarch" package

This tutorial shows how to uninstall python3-networkx.noarch on CentOS Stream 9:

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

3. Information about the python3-networkx.noarch package on CentOS Stream 9

Last metadata expiration check: 0:49:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-networkx
Version : 2.6.2
Release : 2.el9
Architecture : noarch
Size : 2.4 M
Source : python-networkx-2.6.2-2.el9.src.rpm
Repository : 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.