How to Install and Uninstall python3-networkx Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-networkx" package

Here is a brief guide to show you how to install python3-networkx on Kali Linux

$ sudo apt update $ sudo apt install python3-networkx

2. Uninstall "python3-networkx" package

Learn how to uninstall python3-networkx on Kali Linux:

$ sudo apt remove python3-networkx $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-networkx package on Kali Linux

Package: python3-networkx
Source: networkx
Version: 2.8.8-1
Installed-Size: 9497
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-pkg-resources, python3:any
Recommends: python3-gdal, python3-matplotlib, python3-numpy, python3-pydot, python3-pygraphviz, python3-scipy, python3-yaml
Breaks: androguard (<< 3.3.5-2~), python3-django-hyperkitty (<< 1.3.0-1.1~), python3-skimage (<< 0.16.2-1~)
Size: 1424824
SHA256: 69888603d1b54696f5c3d02d05527628d2d18661d845109a62fe24aff241aa7b
SHA1: f5430b3ea4b11a2868fdddb7b7b206d0145632d7
MD5sum: f3a4a217371c185b818c25ea992fd8ea
Description: tool to create, manipulate and study complex networks (Python3)
NetworkX is a Python-based package for the creation, manipulation, and
study of the structure, dynamics, and functions of complex networks.
.
The structure of a graph or network is encoded in the edges (connections,
links, ties, arcs, bonds) between nodes (vertices, sites, actors). If
unqualified, by graph it's meant a simple undirected graph, i.e. no
self-loops and no multiple edges are allowed. By a network it's usually
meant a graph with weights (fields, properties) on nodes and/or edges.
.
The potential audience for NetworkX includes: mathematicians, physicists,
biologists, computer scientists, social scientists.
.
This package contains the Python 3 version of NetworkX.
Description-md5:
Homepage: https://networkx.github.io/
Section: python
Priority: optional
Filename: pool/main/n/networkx/python3-networkx_2.8.8-1_all.deb