How to Install and Uninstall python3-toposort.noarch Package on Rocky Linux 9

Last updated: November 13,2024

1. Install "python3-toposort.noarch" package

Please follow the step by step instructions below to install python3-toposort.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-toposort.noarch

2. Uninstall "python3-toposort.noarch" package

Please follow the step by step instructions below to uninstall python3-toposort.noarch on Rocky Linux 9:

$ sudo dnf remove python3-toposort.noarch $ sudo dnf autoremove

3. Information about the python3-toposort.noarch package on Rocky Linux 9

Last metadata expiration check: 2:22:05 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-toposort
Version : 1.7
Release : 4.el9
Architecture : noarch
Size : 19 k
Source : python-toposort-1.7-4.el9.src.rpm
Repository : epel
Summary : Implements a topological sort algorithm
URL : https://pypi.python.org/pypi/toposort
License : ASL 2.0
Description : 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.