How to Install and Uninstall python3-networkx Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-networkx" package

This is a short guide on how to install python3-networkx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-networkx

2. Uninstall "python3-networkx" package

Please follow the step by step instructions below to uninstall python3-networkx on openSUSE Leap:

$ sudo zypper remove python3-networkx

3. Information about the python3-networkx package on openSUSE Leap

Information for package python3-networkx:
-----------------------------------------
Repository : Main Repository
Name : python3-networkx
Version : 2.0-3.2.8
Arch : noarch
Vendor : SUSE LLC
Installed Size : 8.9 MiB
Installed : No
Status : not installed
Source package : python-networkx-2.0-3.2.8.src
Upstream URL : http://networkx.lanl.gov
Summary : Python package for the creation, manipulation,
Description :
NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics,
and functions of complex networks.
Features:
* Includes standard graph-theoretic and statistical physics functions
* Easy exchange of network algorithms between applications, disciplines, and platforms
* Includes many classic graphs and synthetic networks
* Nodes and edges can be "anything" (e.g. time-series, text, images, XML records)
* Exploits existing code from high-quality legacy software in C, C++, Fortran, etc.
* Open source (encourages community input)
* Unit-tested