How To Install nifticlib on Fedora 36
Introduction
In this tutorial we learn how to install nifticlib
on Fedora 36.
What is nifticlib
Nifticlib is a set of C i/o libraries for reading and writing files in the nifti-1 data format. nifti-1 is a binary file format for storing medical image data, e.g. magnetic resonance image (MRI) and functional MRI (fMRI) brain images.
We can use yum
or dnf
to install nifticlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nifticlib.
Install nifticlib 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 nifticlib
using dnf
by running the following command:
sudo dnf -y install nifticlib
Install nifticlib 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 nifticlib
using yum
by running the following command:
sudo yum -y install nifticlib
How To Uninstall nifticlib on Fedora 36
To uninstall only the nifticlib
package we can use the following command:
sudo dnf remove nifticlib
nifticlib Package Contents on Fedora 36
/usr/bin/nifti1_test
/usr/bin/nifti_stats
/usr/bin/nifti_tool
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/b446e4c2ff3960007093c6db722f175473851f
/usr/lib/.build-id/15
/usr/lib/.build-id/15/8015b6c57f4f67b90234d274f71f4f14c9a369
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/be5ba4324cb0f0fcfd43075db16255587a78e8
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/61afc6509e731a1f0fdeeb1d175821a8b31262
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/c41ce6be259519521e82eba0545b4b83e0e625
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/943ed4f94d8066b33739c8cd5523432d63bcde
/usr/lib64/libnifticdf.so.2
/usr/lib64/libnifticdf.so.2.0.0
/usr/lib64/libniftiio.so.2
/usr/lib64/libniftiio.so.2.0.0
/usr/lib64/libznz.so.2
/usr/lib64/libznz.so.2.0.0
/usr/share/doc/nifticlib
/usr/share/doc/nifticlib/README
/usr/share/doc/nifticlib/Updates.txt
/usr/share/licenses/nifticlib
/usr/share/licenses/nifticlib/LICENSE
References
Summary
In this tutorial we learn how to install nifticlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nifticlib on Fedora 36” linkTitle: “nifticlib” type: “docs” description: “In this tutorial we learn how to install nifticlib in Fedora 36. nifticlib is A set of i/o libraries for reading and writing files in the nifti-1 data format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nifticlib-featured.png
Introduction
In this tutorial we learn how to install nifticlib
on Fedora 36.
What is nifticlib
Nifticlib is a set of C i/o libraries for reading and writing files in the nifti-1 data format. nifti-1 is a binary file format for storing medical image data, e.g. magnetic resonance image (MRI) and functional MRI (fMRI) brain images.
We can use yum
or dnf
to install nifticlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nifticlib.
Install nifticlib 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 nifticlib
using dnf
by running the following command:
sudo dnf -y install nifticlib
Install nifticlib 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 nifticlib
using yum
by running the following command:
sudo yum -y install nifticlib
How To Uninstall nifticlib on Fedora 36
To uninstall only the nifticlib
package we can use the following command:
sudo dnf remove nifticlib
nifticlib Package Contents on Fedora 36
/usr/bin/nifti1_test
/usr/bin/nifti_stats
/usr/bin/nifti_tool
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/f22a89f9cdbc09bdee292a86b6fb2beb14d0f3
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/6c0d32a5a0d45e1489b9e4df42d229ef23ab1e
/usr/lib/.build-id/45
/usr/lib/.build-id/45/0a5cb33e61824399bf9e104e1f9feed387e24a
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/22c39df6f0f905207559fed952b4650cbbbc95
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/f16792b3be2d5e7041bd3c31908b159a90fee2
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/bf07aabb0243322b8103d15ec4e91f93f6c7fd
/usr/lib/libnifticdf.so.2
/usr/lib/libnifticdf.so.2.0.0
/usr/lib/libniftiio.so.2
/usr/lib/libniftiio.so.2.0.0
/usr/lib/libznz.so.2
/usr/lib/libznz.so.2.0.0
/usr/share/doc/nifticlib
/usr/share/doc/nifticlib/README
/usr/share/doc/nifticlib/Updates.txt
/usr/share/licenses/nifticlib
/usr/share/licenses/nifticlib/LICENSE
References
Summary
In this tutorial we learn how to install nifticlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).