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

Last updated: June 23,2024

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

In this section, we are going to explain the necessary steps to install python3-graph-tool-devel.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall python3-graph-tool-devel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:29:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-graph-tool-devel
Version : 2.43
Release : 4.fc34
Architecture : x86_64
Size : 252 k
Source : python-graph-tool-2.43-4.fc34.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.