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

Last updated: July 05,2024

1. Install "python-toposort" package

This guide let you learn how to install python-toposort on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-toposort

2. Uninstall "python-toposort" package

Please follow the step by step instructions below to uninstall python-toposort on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/t/toposort/python-toposort_1.4-1_all.deb
Size: 5424
MD5sum: 0510ed54656eb93d53eb42dbeed28515
SHA1: c64ab025030eddbdbd71b5894816ac586f83608a
SHA256: 8aafbef30e2cff3ccc01db7532dfdace07bc0a85b40167ea16919f62227c4684
Description-en: topological sort algorithm - Python 2 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.
Description-md5: 891faf4b0eb1a21046e4f4bb14712f71
Homepage: https://bitbucket.org/ericvsmith/toposort
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu