How To Install gifticlib on Fedora 36
Introduction
In this tutorial we learn how to install gifticlib
on Fedora 36.
What is gifticlib
GIFTI is an XML-based file format for cortical surface data. This reference IO implementation is developed by the Neuroimaging Informatics Technology Initiative (NIfTI). This package also provides the tools that are shipped with the GIFTI library (gifti_tool and gifti_test).
We can use yum
or dnf
to install gifticlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gifticlib.
Install gifticlib 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 gifticlib
using dnf
by running the following command:
sudo dnf -y install gifticlib
Install gifticlib 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 gifticlib
using yum
by running the following command:
sudo yum -y install gifticlib
How To Uninstall gifticlib on Fedora 36
To uninstall only the gifticlib
package we can use the following command:
sudo dnf remove gifticlib
gifticlib Package Contents on Fedora 36
---
title: "How To Install gifticlib on Fedora 36"
linkTitle: "gifticlib"
type: "docs"
description: "In this tutorial we learn how to install gifticlib in Fedora 36. gifticlib is IO library for the GIFTI cortical surface data format"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gifticlib-featured.png
---
## Introduction
In this tutorial we learn how to install `gifticlib` on Fedora 36.
### What is `gifticlib`
> GIFTI is an XML-based file format for cortical surface data. This reference IO implementation is developed by the Neuroimaging Informatics Technology Initiative (NIfTI). This package also provides the tools that are shipped with the GIFTI library (gifti_tool and gifti_test).
We can use `yum` or `dnf` to install `gifticlib` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gifticlib.
## Install gifticlib on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install gifticlib
using dnf
by running the following command:
sudo dnf -y install gifticlib
Install gifticlib 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 gifticlib
using yum
by running the following command:
sudo yum -y install gifticlib
How To Uninstall gifticlib on Fedora 36
To uninstall only the gifticlib
package we can use the following command:
sudo dnf remove gifticlib
gifticlib Package Contents on Fedora 36
/usr/bin/gifti_test
/usr/bin/gifti_tool
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/7e8c9cb96e56202bb659821cb7e145d81181d4
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/858a683a9eec538f1b6cb6f91af409d6f62836
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/712db3fd08a607ef7371b4c3adb4692924f42a
/usr/lib64/libgiftiio.so.0
/usr/lib64/libgiftiio.so.0.0.0
/usr/share/licenses/gifticlib
/usr/share/licenses/gifticlib/LICENSE.gifti
/usr/share/man/man1/gifti_test.1.gz
References
Summary
In this tutorial we learn how to install gifticlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/gifti_test /usr/bin/gifti_tool /usr/lib/.build-id /usr/lib/.build-id/2a /usr/lib/.build-id/2a/caccc6dddf2b34f20e9c39e6d9db5af956877d /usr/lib/.build-id/3e /usr/lib/.build-id/3e/15de9f3985577b7248ed8bbb2b776bee8ce824 /usr/lib/.build-id/9b /usr/lib/.build-id/9b/0b79120be259b13e9ae1f6a221b6fc1b0b1c41 /usr/lib/libgiftiio.so.0 /usr/lib/libgiftiio.so.0.0.0 /usr/share/licenses/gifticlib /usr/share/licenses/gifticlib/LICENSE.gifti /usr/share/man/man1/gifti_test.1.gz
## References
* [gifticlib website](http://www.nitrc.org/projects/gifti/)
## Summary
In this tutorial we learn how to install `gifticlib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).