How To Install python3-interfile on Fedora 36

In this tutorial we learn how to install python3-interfile in Fedora 36. python3-interfile is Pyhon module for read/write/parse interfile

Introduction

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

What is python3-interfile

Interfile is a Python module module that reads, writes and parses files in the interfile data format. The interfile file format is a format utilized for the storage of data related to Positron Emission Tomography (PET) and to Single Photon Emission Computed Tomography (SPECT), such as sinograms and volumetric imaging data. Python 3 version.

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

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

sudo dnf -y install python3-interfile

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

sudo yum -y install python3-interfile

How To Uninstall python3-interfile on Fedora 36

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

sudo dnf remove python3-interfile

python3-interfile Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/interfile
/usr/lib/python3.10/site-packages/interfile-0.3.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/interfile-0.3.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/interfile-0.3.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/interfile-0.3.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/interfile-0.3.1-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/interfile-0.3.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/interfile/Interfile.py
/usr/lib/python3.10/site-packages/interfile/__init__.py
/usr/lib/python3.10/site-packages/interfile/__pycache__
/usr/lib/python3.10/site-packages/interfile/__pycache__/Interfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/interfile/__pycache__/Interfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/interfile/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/interfile/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/interfile/__pycache__/listmode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/interfile/__pycache__/listmode.cpython-310.pyc
/usr/lib/python3.10/site-packages/interfile/examples
/usr/lib/python3.10/site-packages/interfile/examples/__init__.py
/usr/lib/python3.10/site-packages/interfile/examples/__pycache__
/usr/lib/python3.10/site-packages/interfile/examples/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/interfile/examples/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/interfile/examples/pet_listmode.l.hdr
/usr/lib/python3.10/site-packages/interfile/examples/pet_sinogram.s.hdr
/usr/lib/python3.10/site-packages/interfile/listmode.py
/usr/lib/python3.10/site-packages/interfile/tests
/usr/lib/python3.10/site-packages/interfile/tests/__init__.py
/usr/lib/python3.10/site-packages/interfile/tests/__pycache__
/usr/lib/python3.10/site-packages/interfile/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/interfile/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/interfile/tests/__pycache__/test_interfile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/interfile/tests/__pycache__/test_interfile.cpython-310.pyc
/usr/lib/python3.10/site-packages/interfile/tests/__pycache__/test_listmode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/interfile/tests/__pycache__/test_listmode.cpython-310.pyc
/usr/lib/python3.10/site-packages/interfile/tests/test_interfile.py
/usr/lib/python3.10/site-packages/interfile/tests/test_listmode.py
/usr/share/doc/python3-interfile
/usr/share/doc/python3-interfile/README.rst

References

Summary

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