How to Install and Uninstall python3-toposort.noarch Package on Fedora 36
Last updated: November 27,2024
1. Install "python3-toposort.noarch" package
Please follow the guidelines below to install python3-toposort.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
python3-toposort.noarch
Copied
2. Uninstall "python3-toposort.noarch" package
Here is a brief guide to show you how to uninstall python3-toposort.noarch on Fedora 36:
$
sudo dnf remove
python3-toposort.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-toposort.noarch package on Fedora 36
Last metadata expiration check: 0:24:11 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-toposort
Version : 1.7
Release : 2.fc36
Architecture : noarch
Size : 18 k
Source : python-toposort-1.7-2.fc36.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-toposort
Version : 1.7
Release : 2.fc36
Architecture : noarch
Size : 18 k
Source : python-toposort-1.7-2.fc36.src.rpm
Repository : fedora
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.