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

Last updated: May 18,2024

1. Install "python3-toposort" package

Please follow the steps below to install python3-toposort on Kali Linux

$ sudo apt update $ sudo apt install python3-toposort

2. Uninstall "python3-toposort" package

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

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

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

Package: python3-toposort
Source: toposort
Version: 1.10-1
Installed-Size: 29
Maintainer: Luca Falavigna
Architecture: all
Depends: python3:any
Size: 7544
SHA256: eeb0e9a9c96bdb3e8e08a312cf6412da44c51e71440b1a116bba52d8cd9a77e9
SHA1: cdbad8f33d33597dc6070c77c9a0d21fb6f6537d
MD5sum: 61d50c573577c62e207b3cf1d0a16e4a
Description: topological sort algorithm - Python 3 module
In computer science, a topological sort (sometimes abbreviated
topsort or toposort) or topological ordering of a directed graph is a
linear ordering of its vertices such that for every directed edge uv
from vertex u to vertex v, u comes before v in the ordering.
.
This package provides this algorithm for Python 3.
Description-md5:
Homepage: https://gitlab.com/ericvsmith/toposort
Section: python
Priority: optional
Filename: pool/main/t/toposort/python3-toposort_1.10-1_all.deb