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

Last updated: May 06,2024

1. Install "python3-toposort" package

This tutorial shows how to install python3-toposort on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-toposort

2. Uninstall "python3-toposort" package

Here is a brief guide to show you how to uninstall python3-toposort on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-toposort
Priority: optional
Section: universe/python
Installed-Size: 47
Maintainer: Ubuntu Developers
Original-Maintainer: Luca Falavigna
Architecture: all
Source: toposort
Version: 1.4-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/t/toposort/python3-toposort_1.4-1_all.deb
Size: 5496
MD5sum: e91f5f6ec100d865702b7aef9d3970bb
SHA1: 9897492c67236a39a96f499e6d032238f2ada7e4
SHA256: a82d156181566a266de5d33601f9de32aa7b12371e99b84a03360d0c314d1665
Description-en: 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: 171575f27ac07b4f7850a2dba417b27a
Homepage: https://bitbucket.org/ericvsmith/toposort
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu