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

Last updated: October 07,2024

1. Install "python3-igraph.x86_64" package

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

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

2. Uninstall "python3-igraph.x86_64" package

Please follow the guidance below to uninstall python3-igraph.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 4:09:26 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-igraph
Version : 0.9.11
Release : 1.fc35
Architecture : x86_64
Size : 435 k
Source : python-igraph-0.9.11-1.fc35.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.