How To Install python3-pacpy on Fedora 36
Introduction
In this tutorial we learn how to install python3-pacpy
on Fedora 36.
What is python3-pacpy
A module to calculate phase-amplitude coupling in Python. A module to calculate phase-amplitude coupling in Python. Python 3 version.
We can use yum
or dnf
to install python3-pacpy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-pacpy.
Install python3-pacpy 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-pacpy
using dnf
by running the following command:
sudo dnf -y install python3-pacpy
Install python3-pacpy 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-pacpy
using yum
by running the following command:
sudo yum -y install python3-pacpy
How To Uninstall python3-pacpy on Fedora 36
To uninstall only the python3-pacpy
package we can use the following command:
sudo dnf remove python3-pacpy
python3-pacpy Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/pacpy
/usr/lib/python3.10/site-packages/pacpy-1.0.3.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/pacpy-1.0.3.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pacpy-1.0.3.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pacpy-1.0.3.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pacpy-1.0.3.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/pacpy-1.0.3.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pacpy/__init__.py
/usr/lib/python3.10/site-packages/pacpy/__pycache__
/usr/lib/python3.10/site-packages/pacpy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pacpy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pacpy/__pycache__/filt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pacpy/__pycache__/filt.cpython-310.pyc
/usr/lib/python3.10/site-packages/pacpy/__pycache__/pac.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pacpy/__pycache__/pac.cpython-310.pyc
/usr/lib/python3.10/site-packages/pacpy/filt.py
/usr/lib/python3.10/site-packages/pacpy/pac.py
/usr/lib/python3.10/site-packages/pacpy/tests
/usr/lib/python3.10/site-packages/pacpy/tests/__pycache__
/usr/lib/python3.10/site-packages/pacpy/tests/__pycache__/test_filt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pacpy/tests/__pycache__/test_filt.cpython-310.pyc
/usr/lib/python3.10/site-packages/pacpy/tests/__pycache__/test_pac.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pacpy/tests/__pycache__/test_pac.cpython-310.pyc
/usr/lib/python3.10/site-packages/pacpy/tests/exampledata.npy
/usr/lib/python3.10/site-packages/pacpy/tests/test_filt.py
/usr/lib/python3.10/site-packages/pacpy/tests/test_pac.py
/usr/share/doc/python3-pacpy
/usr/share/doc/python3-pacpy/README.md
/usr/share/licenses/python3-pacpy
/usr/share/licenses/python3-pacpy/LICENSE.md
References
Summary
In this tutorial we learn how to install python3-pacpy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).