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

Last updated: November 27,2024

1. Install "python3-graph-tool.x86_64" package

Learn how to install python3-graph-tool.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-graph-tool.x86_64

2. Uninstall "python3-graph-tool.x86_64" package

This is a short guide on how to uninstall python3-graph-tool.x86_64 on Fedora 35:

$ sudo dnf remove python3-graph-tool.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:30:57 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-graph-tool
Version : 2.43
Release : 4.fc35
Architecture : x86_64
Size : 58 M
Source : python-graph-tool-2.43-4.fc35.src.rpm
Repository : updates
Summary : Efficient network analysis tool written in Python
URL : https://graph-tool.skewed.de/
License : LGPLv3+
Description : Graph-tool is an efficient Python module for manipulation and statistical
: analysis of graphs (a.k.a. networks). Contrary to most other python modules
: with similar functionality, the core data structures and algorithms are
: implemented in C++, making extensive use of template metaprogramming, based
: heavily on the Boost Graph Library. This confers it a level of performance that
: is comparable (both in memory usage and computation time) to that of a pure
: C/C++ library.
:
: Please refer to https://graph-tool.skewed.de/static/doc/index.html for
: documentation.