How To Install python3-efel on Fedora 36
Introduction
In this tutorial we learn how to install python3-efel
on Fedora 36.
What is python3-efel
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.
We can use yum
or dnf
to install python3-efel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-efel.
Install python3-efel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-efel
using dnf
by running the following command:
sudo dnf -y install python3-efel
Install python3-efel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-efel
using yum
by running the following command:
sudo yum -y install python3-efel
How To Uninstall python3-efel on Fedora 36
To uninstall only the python3-efel
package we can use the following command:
sudo dnf remove python3-efel
python3-efel Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/8131d4f732cb6bcafd04e20ab76c966d104d7d
/usr/lib64/python3.10/site-packages/efel
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/AUTHORS.txt
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/COPYING
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/COPYING.less
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/LICENSE.txt
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/METADATA
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/efel-4.0.4.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/efel/DependencyV5.txt
/usr/lib64/python3.10/site-packages/efel/__init__.py
/usr/lib64/python3.10/site-packages/efel/__pycache__
/usr/lib64/python3.10/site-packages/efel/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/_version.cpython-310.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/api.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/api.cpython-310.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/io.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/io.cpython-310.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/settings.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/efel/__pycache__/settings.cpython-310.pyc
/usr/lib64/python3.10/site-packages/efel/_version.py
/usr/lib64/python3.10/site-packages/efel/api.py
/usr/lib64/python3.10/site-packages/efel/cppcore.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/efel/io.py
/usr/lib64/python3.10/site-packages/efel/pyfeatures
/usr/lib64/python3.10/site-packages/efel/pyfeatures/__init__.py
/usr/lib64/python3.10/site-packages/efel/pyfeatures/__pycache__
/usr/lib64/python3.10/site-packages/efel/pyfeatures/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/efel/pyfeatures/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/efel/pyfeatures/__pycache__/pyfeatures.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/efel/pyfeatures/__pycache__/pyfeatures.cpython-310.pyc
/usr/lib64/python3.10/site-packages/efel/pyfeatures/pyfeatures.py
/usr/lib64/python3.10/site-packages/efel/settings.py
/usr/share/doc/python3-efel
/usr/share/doc/python3-efel/README.md
References
Summary
In this tutorial we learn how to install python3-efel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).