How to Install and Uninstall InsightToolkit.x86_64 Package on Fedora 36

Last updated: October 04,2024

1. Install "InsightToolkit.x86_64" package

Please follow the instructions below to install InsightToolkit.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install InsightToolkit.x86_64

2. Uninstall "InsightToolkit.x86_64" package

In this section, we are going to explain the necessary steps to uninstall InsightToolkit.x86_64 on Fedora 36:

$ sudo dnf remove InsightToolkit.x86_64 $ sudo dnf autoremove

3. Information about the InsightToolkit.x86_64 package on Fedora 36

Last metadata expiration check: 3:31:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : InsightToolkit
Version : 4.13.3
Release : 9.fc36
Architecture : x86_64
Size : 3.6 M
Source : InsightToolkit-4.13.3-9.fc36.src.rpm
Repository : fedora
Summary : Insight Toolkit library for medical image processing
URL : https://www.itk.org/
License : ASL 2.0
Description : ITK is an open-source software toolkit for performing registration and
: segmentation. Segmentation is the process of identifying and classifying data
: found in a digitally sampled representation. Typically the sampled
: representation is an image acquired from such medical instrumentation as CT or
: MRI scanners. Registration is the task of aligning or developing
: correspondences between data. For example, in the medical environment, a CT
: scan may be aligned with a MRI scan in order to combine the information
: contained in both.
:
: ITK is implemented in C++ and its implementation style is referred to as
: generic programming (i.e.,using templated code). Such C++ templating means
: that the code is highly efficient, and that many software problems are
: discovered at compile-time, rather than at run-time during program execution.