How to Install and Uninstall python3-pygmtools.noarch Package on Fedora 38

Last updated: January 11,2025

1. Install "python3-pygmtools.noarch" package

This guide covers the steps necessary to install python3-pygmtools.noarch on Fedora 38

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

2. Uninstall "python3-pygmtools.noarch" package

Please follow the steps below to uninstall python3-pygmtools.noarch on Fedora 38:

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

3. Information about the python3-pygmtools.noarch package on Fedora 38

Last metadata expiration check: 0:07:53 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-pygmtools
Version : 0.4.0
Release : 1.fc38
Architecture : noarch
Size : 308 k
Source : python-pygmtools-0.4.0-1.fc38.src.rpm
Repository : updates
Summary : A library of Python graph matching solvers
URL : https://pygmtools.readthedocs.io/en/latest/
License : MulanPSL-2.0
Description : pygmtools (Python Graph Matching Tools) provides graph matching
: solvers in Python.
:
: Graph matching is a fundamental yet challenging problem in pattern
: recognition, data mining, and others. Graph matching aims to find
: node-to-node correspondence among multiple graphs, by solving an
: NP-hard combinatorial optimization problem.
:
: Doing graph matching in Python used to be difficult, and this library
: wants to make researchers' lives easier.