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

Last updated: September 20,2024

1. Install "python3-tvb-gdist.x86_64" package

This guide covers the steps necessary to install python3-tvb-gdist.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-tvb-gdist.x86_64

2. Uninstall "python3-tvb-gdist.x86_64" package

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

$ sudo dnf remove python3-tvb-gdist.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:50:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-tvb-gdist
Version : 2.1.0
Release : 2.fc34
Architecture : x86_64
Size : 92 k
Source : python-tvb-gdist-2.1.0-2.fc34.src.rpm
Repository : fedora
Summary : Cython interface to geodesic
URL : https://pypi.python.org/pypi/tvb-gdist
License : GPLv3+
Description :
: The Virtual Brain Project (TVB Project) has the purpose of offering some modern
: tools to the Neurosciences community, for computing, simulating and analyzing
: functional and structural data of human brains.
:
: The gdist module is a Cython interface to a C++ library
: (http://code.google.com/p/geodesic/) for computing geodesic distance which is
: the length of shortest line between two vertices on a triangulated mesh in
: three dimensions, such that the line lies on the surface.
:
: The algorithm is due Mitchell, Mount and Papadimitriou, 1987; the
: implementation is due to Danil Kirsanov and the Cython interface to Gaurav
: Malhotra and Stuart Knock.
:
: Original library (published under MIT license):
: http://code.google.com/p/geodesic/
:
: We added a python wrapped and made small fixes to the original library, to make
: it compatible with cython.