How to Install and Uninstall octave-jnifti.noarch Package on Fedora 35

Last updated: April 27,2024

1. Install "octave-jnifti.noarch" package

Please follow the step by step instructions below to install octave-jnifti.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install octave-jnifti.noarch

2. Uninstall "octave-jnifti.noarch" package

This guide let you learn how to uninstall octave-jnifti.noarch on Fedora 35:

$ sudo dnf remove octave-jnifti.noarch $ sudo dnf autoremove

3. Information about the octave-jnifti.noarch package on Fedora 35

Last metadata expiration check: 2:28:59 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : octave-jnifti
Version : 0.5
Release : 5.fc35
Architecture : noarch
Size : 39 k
Source : octave-jnifti-0.5-5.fc35.src.rpm
Repository : fedora
Summary : Fast NIfTI-1/2 reader and NIfTI-to-JNIfTI converter for MATLAB/Octave
URL : https://github.com/fangq/jnifti
License : GPLv3+ or ASL 2.0
Description : JNIfTI Toolbox is a fully functional NIfTI-1/2 reader/writer that supports both
: MATLAB and GNU Octave, and is capable of reading/writing both non-compressed
: and compressed NIfTI files (.nii, .nii.gz) as well as two-part Analyze7.5/NIfTI
: files (.hdr/.img and .hdr.gz/.img.gz). More importantly, this is a toolbox
: that converts NIfTI data to its JSON-based replacement, JNIfTI (.jnii for
: text-based and .bnii for binary-based), defined by the JNIfTI specification
: (http://github.com/fangq/jnifti). JNIfTI is a much more flexible, human-readable
: and extensible file format compared to the more rigid and opaque NIfTI format,
: making the data much easier to manipulate and share.