How to Install and Uninstall python3-graph-tool Package on Kali Linux

Last updated: May 23,2024

1. Install "python3-graph-tool" package

Learn how to install python3-graph-tool on Kali Linux

$ sudo apt update $ sudo apt install python3-graph-tool

2. Uninstall "python3-graph-tool" package

In this section, we are going to explain the necessary steps to uninstall python3-graph-tool on Kali Linux:

$ sudo apt remove python3-graph-tool $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-graph-tool package on Kali Linux

Package: python3-graph-tool
Source: graph-tool
Version: 2.45+ds-7
Installed-Size: 336553
Maintainer: Debian Python Team
Architecture: amd64
Replaces: graph-tool
Depends: python3-scipy, python3 (<< 3.11), python3 (>= 3.10~), python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3:any, libboost-context1.74.0 (>= 1.74.0), libboost-iostreams1.74.0 (>= 1.74.0), libboost-python1.74.0 (>= 1.74.0), libboost-python1.74.0-py310, libboost-regex1.74.0-icu71, libc6 (>= 2.32), libcairomm-1.0-1v5 (>= 1.12.0), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.4), libgmp10 (>= 2:6.2.1+dfsg1), libgomp1 (>= 9), libpython3.10 (>= 3.10.0), libstdc++6 (>= 11)
Recommends: python3-gv, python3-matplotlib, python3-cairo, python3-gi-cairo, python3-gi, gir1.2-gtk-3.0
Suggests: mencoder
Size: 45425680
SHA256: 718d97c98176521f6550a55205fc4e1e11f9efe9e7e948058cc42b796f1b5913
SHA1: 7569804701c1086292fce8b1dbaa262bd025a185
MD5sum: e16d2555f27f9cae3a516b211b9f9e88
Description: Efficient network analysis -- Python
graph-tool is an efficient Python module for manipulation and statistical
analysis of graphs (a.k.a. networks). Contrary to most other Python modules
with similar functionality, the core data structures and algorithms are
implemented in C++, making extensive use of template metaprogramming,
based heavily on the Boost Graph Library. This confers it a level of
performance that is comparable (both in memory usage and computation time)
to that of a pure C/C++ library.
.
This package provides the Python material.
Description-md5: 7d5143f85a6739dac984b51d57ee6d7e
Homepage: https://graph-tool.skewed.de/
Section: python
Priority: optional
Filename: pool/main/g/graph-tool/python3-graph-tool_2.45+ds-7_amd64.deb