How to Install and Uninstall python3-toposort.noarch Package on Fedora 35

Last updated: October 09,2024

1. Install "python3-toposort.noarch" package

This guide covers the steps necessary to install python3-toposort.noarch on Fedora 35

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

2. Uninstall "python3-toposort.noarch" package

Here is a brief guide to show you how to uninstall python3-toposort.noarch on Fedora 35:

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

3. Information about the python3-toposort.noarch package on Fedora 35

Last metadata expiration check: 0:17:24 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-toposort
Version : 1.7
Release : 1.fc35
Architecture : noarch
Size : 18 k
Source : python-toposort-1.7-1.fc35.src.rpm
Repository : updates
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.