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

Last updated: October 06,2024

1. Install "python3-toposort.noarch" package

Please follow the guidance below to install python3-toposort.noarch on AlmaLinux 9

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

2. Uninstall "python3-toposort.noarch" package

This is a short guide on how to uninstall python3-toposort.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:51:29 ago on Wed Mar 13 07:41:12 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.