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

Last updated: September 06,2024

1. Install "python3-igraph.x86_64" package

This is a short guide on how to install python3-igraph.x86_64 on Fedora 34

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

2. Uninstall "python3-igraph.x86_64" package

Please follow the step by step instructions below to uninstall python3-igraph.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:05:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-igraph
Version : 0.9.10
Release : 1.fc34
Architecture : x86_64
Size : 429 k
Source : python-igraph-0.9.10-1.fc34.src.rpm
Repository : updates
Summary : Python bindings for igraph
URL : https://github.com/igraph/python-igraph
License : GPLv2+
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.