How to Install and Uninstall python3-igraph.x86_64 Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-igraph.x86_64" package

Please follow the steps below to install python3-igraph.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-igraph.x86_64

2. Uninstall "python3-igraph.x86_64" package

Please follow the guidelines below to uninstall python3-igraph.x86_64 on Fedora 39:

$ sudo dnf remove python3-igraph.x86_64 $ sudo dnf autoremove

3. Information about the python3-igraph.x86_64 package on Fedora 39

Last metadata expiration check: 3:11:25 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-igraph
Version : 0.10.8
Release : 1.fc39
Architecture : x86_64
Size : 610 k
Source : python-igraph-0.10.8-1.fc39.src.rpm
Repository : fedora
Summary : Python bindings for igraph
URL : https://github.com/igraph/python-igraph
License : GPL-2.0-or-later
Description : This module extends Python with a Graph class which is capable of
: handling arbitrary directed and undirected graphs with thousands of
: nodes and millions of edges. Since the module makes use of the open
: source igraph library written in almost 100% pure C, it is blazing
: fast and outperforms most other pure Python-based graph packages
: around.