How to Install and Uninstall python3-nibabel.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "python3-nibabel.noarch" package

Here is a brief guide to show you how to install python3-nibabel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-nibabel.noarch

2. Uninstall "python3-nibabel.noarch" package

Learn how to uninstall python3-nibabel.noarch on Fedora 38:

$ sudo dnf remove python3-nibabel.noarch $ sudo dnf autoremove

3. Information about the python3-nibabel.noarch package on Fedora 38

Last metadata expiration check: 3:22:43 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-nibabel
Version : 5.1.0
Release : 2.fc38
Architecture : noarch
Size : 3.7 M
Source : python-nibabel-5.1.0-2.fc38.src.rpm
Repository : updates
Summary : Python package to access a cacophony of neuro-imaging file formats
URL : http://nipy.org/nibabel/
License : MIT and PDDL-1.0
Description : Read / write access to some common neuroimaging file formats
:
: This package provides read +/- write access to some common medical and
: neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2 and
: later), GIFTI, NIfTI1, NIfTI2, MINC1, MINC2, MGH and ECAT as well as Philips
: PAR/REC. We can read and write Freesurfer geometry, and read Freesurfer
: morphometry and annotation files. There is some very limited support for DICOM.
: NiBabel is the successor of PyNIfTI.
:
: The various image format classes give full or selective access to header (meta)
: information and access to the image data is made available via NumPy arrays.