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

Last updated: October 05,2024

1. Install "python3-efel.x86_64" package

Please follow the instructions below to install python3-efel.x86_64 on Fedora 34

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

2. Uninstall "python3-efel.x86_64" package

Learn how to uninstall python3-efel.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:03:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-efel
Version : 4.0.4
Release : 1.fc34
Architecture : x86_64
Size : 196 k
Source : python-efel-4.0.4-1.fc34.src.rpm
Repository : updates
Summary : Electrophys Feature Extraction Library
URL : http://efel.readthedocs.io/
License : LGPLv3
Description :
: The Electrophys Feature Extraction Library (eFEL) allows neuroscientists to
: automatically extract features from time series data recorded from neurons
: (both in vitro and in silico). Examples are the action potential width and
: amplitude in voltage traces recorded during whole-cell patch clamp experiments.
: The user of the library provides a set of traces and selects the features to be
: calculated. The library will then extract the requested features and return the
: values to the user.
:
: The core of the library is written in C++, and a Python wrapper is included. At
: the moment we provide a way to automatically compile and install the library as
: a Python module.