How to Install and Uninstall python3-networkx Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "python3-networkx" package

This is a short guide on how to install python3-networkx on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-networkx

2. Uninstall "python3-networkx" package

This guide covers the steps necessary to uninstall python3-networkx on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-networkx package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-networkx
Priority: optional
Section: universe/python
Installed-Size: 3471
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: python-networkx
Version: 1.11-1ubuntu1
Depends: python3-decorator, python3:any (>= 3.3.2-2~)
Recommends: python3-numpy, python3-pkg-resources, python3-yaml
Suggests: python3-scipy
Filename: pool/universe/p/python-networkx/python3-networkx_1.11-1ubuntu1_all.deb
Size: 607638
MD5sum: 4e92c113410846dba131cc987f61d7e8
SHA1: 8206a69e394fda69962d6f4e6a64e0d7125ba4d2
SHA256: a80cb3f04c29edb45e1b297c16955e6d6810fe085cb055f210c264b63c6b8dce
Description-en: 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: a2807485b7699fe672b16e535b3e3360
Homepage: http://networkx.github.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu