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

Last updated: October 09,2024

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

This guide covers the steps necessary to install python3-graph-tool.x86_64 on Fedora 36

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

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

Please follow the guidelines below to uninstall python3-graph-tool.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:23:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-graph-tool
Version : 2.43
Release : 12.fc36
Architecture : x86_64
Size : 57 M
Source : python-graph-tool-2.43-12.fc36.src.rpm
Repository : fedora
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.