How to Install and Uninstall python-networkx.src Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "python-networkx.src" package

Please follow the guidance below to install python-networkx.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-networkx.src

2. Uninstall "python-networkx.src" package

This tutorial shows how to uninstall python-networkx.src on Oracle Linux 8:

$ sudo dnf remove python-networkx.src $ sudo dnf autoremove

3. Information about the python-networkx.src package on Oracle Linux 8

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