How To Install libminc on Fedora 36
Introduction
In this tutorial we learn how to install libminc
on Fedora 36.
What is libminc
The MINC file format is a highly flexible medical image file format built on the HDF5 generalized data format. The format is simple, self-describing, extensible, portable and N-dimensional, with programming interfaces for both low-level data access and high-level volume manipulation. On top of the libraries is a suite of generic image-file manipulation tools. The format, libraries and tools are designed for use in a medical-imaging research environment simple and powerful and make no attempt to provide a pretty interface to users.
We can use yum
or dnf
to install libminc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libminc.
Install libminc 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 libminc
using dnf
by running the following command:
sudo dnf -y install libminc
Install libminc on Fedora 36 Using yum
title: “How To Install libminc on Fedora 36” linkTitle: “libminc” type: “docs” description: “In this tutorial we learn how to install libminc in Fedora 36. libminc is Core library and API of the MINC toolkit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libminc-featured.png
Introduction
In this tutorial we learn how to install libminc
on Fedora 36.
What is libminc
The MINC file format is a highly flexible medical image file format built on the HDF5 generalized data format. The format is simple, self-describing, extensible, portable and N-dimensional, with programming interfaces for both low-level data access and high-level volume manipulation. On top of the libraries is a suite of generic image-file manipulation tools. The format, libraries and tools are designed for use in a medical-imaging research environment simple and powerful and make no attempt to provide a pretty interface to users.
We can use yum
or dnf
to install libminc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libminc.
Install libminc 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 libminc
using dnf
by running the following command:
sudo dnf -y install libminc
Install libminc 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 libminc
using yum
by running the following command:
sudo yum -y install libminc
How To Uninstall libminc on Fedora 36
To uninstall only the libminc
package we can use the following command:
sudo dnf remove libminc
libminc Package Contents on Fedora 36
Update yum database with `yum` using the following command.
```bash
sudo yum makecache --refresh
After updating yum database, We can install libminc
using yum
by running the following command:
sudo yum -y install libminc
How To Uninstall libminc on Fedora 36
To uninstall only the libminc
package we can use the following command:
sudo dnf remove libminc
libminc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/6739afb4dc543fb5db70eb22b20be26fcbf9f2
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/6d3ad0434f3cc125947460ef6136dbf34374e6
/usr/lib/libminc2.so.5.2.0
/usr/lib/libminc_io.so.5.2.0
/usr/share/doc/libminc
/usr/share/doc/libminc/AUTHORS
/usr/share/doc/libminc/ChangeLog
/usr/share/doc/libminc/NEWS
/usr/share/doc/libminc/README
/usr/share/doc/libminc/README.release
/usr/share/doc/libminc/doc
/usr/share/doc/libminc/doc/README.md
/usr/share/licenses/libminc
/usr/share/licenses/libminc/COPYING
References
Summary
In this tutorial we learn how to install libminc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/02 /usr/lib/.build-id/02/a27353308e83dbe99167fd669c12c000ebb697 /usr/lib/.build-id/ea /usr/lib/.build-id/ea/9fe209f93efdd254eb888ada810a2382683f9e /usr/lib64/libminc2.so.5.2.0 /usr/lib64/libminc_io.so.5.2.0 /usr/share/doc/libminc /usr/share/doc/libminc/AUTHORS /usr/share/doc/libminc/ChangeLog /usr/share/doc/libminc/NEWS /usr/share/doc/libminc/README /usr/share/doc/libminc/README.release /usr/share/doc/libminc/doc /usr/share/doc/libminc/doc/README.md /usr/share/licenses/libminc /usr/share/licenses/libminc/COPYING
## References
* [libminc website](https://github.com/BIC-MNI/libminc)
## Summary
In this tutorial we learn how to install `libminc` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).