How To Install python3-gradunwarp on Fedora 36

In this tutorial we learn how to install python3-gradunwarp in Fedora 36. python3-gradunwarp is Gradient Unwarping

Introduction

In this tutorial we learn how to install python3-gradunwarp on Fedora 36.

What is python3-gradunwarp

Python/Numpy package used to unwarp the distorted volumes (due to the gradient field inhomogenities). Python 3 version.

We can use yum or dnf to install python3-gradunwarp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-gradunwarp.

Install python3-gradunwarp 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-gradunwarp using dnf by running the following command:

sudo dnf -y install python3-gradunwarp

Install python3-gradunwarp 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-gradunwarp using yum by running the following command:

sudo yum -y install python3-gradunwarp

How To Uninstall python3-gradunwarp on Fedora 36

To uninstall only the python3-gradunwarp package we can use the following command:

sudo dnf remove python3-gradunwarp

python3-gradunwarp Package Contents on Fedora 36

/usr/bin/gradient_unwarp
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/09a4e8f7c26b373a802d8e470782e91f62a8f7
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/831c533c46337306d4b1711b3bd399c5583a32
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/497eff80741864a8991ac36d05227af13541c0
/usr/lib64/python3.10/site-packages/gradunwarp
/usr/lib64/python3.10/site-packages/gradunwarp-HCP_1.2.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/gradunwarp/__init__.py
/usr/lib64/python3.10/site-packages/gradunwarp/__pycache__
/usr/lib64/python3.10/site-packages/gradunwarp/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core
/usr/lib64/python3.10/site-packages/gradunwarp/core/__init__.py
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/coeffs.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/coeffs.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/globals.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/globals.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/gradient_unwarp.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/gradient_unwarp.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/unwarp_resample.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/unwarp_resample.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/__pycache__/utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/coeffs.py
/usr/lib64/python3.10/site-packages/gradunwarp/core/globals.py
/usr/lib64/python3.10/site-packages/gradunwarp/core/interp3_ext.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/gradunwarp/core/legendre_ext.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/gradunwarp/core/tests
/usr/lib64/python3.10/site-packages/gradunwarp/core/tests/__pycache__
/usr/lib64/python3.10/site-packages/gradunwarp/core/tests/__pycache__/test_utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/tests/__pycache__/test_utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gradunwarp/core/tests/test_utils.py
/usr/lib64/python3.10/site-packages/gradunwarp/core/transform_coordinates_ext.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/gradunwarp/core/unwarp_resample.py
/usr/lib64/python3.10/site-packages/gradunwarp/core/utils.py
/usr/share/doc/python3-gradunwarp
/usr/share/doc/python3-gradunwarp/README.md
/usr/share/licenses/python3-gradunwarp
/usr/share/licenses/python3-gradunwarp/Copying.md

References

Summary

In this tutorial we learn how to install python3-gradunwarp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).