How to Install and Uninstall InsightToolkit.i686 Package on Fedora 35

Last updated: May 19,2024

1. Install "InsightToolkit.i686" package

Please follow the guidance below to install InsightToolkit.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install InsightToolkit.i686

2. Uninstall "InsightToolkit.i686" package

Please follow the steps below to uninstall InsightToolkit.i686 on Fedora 35:

$ sudo dnf remove InsightToolkit.i686 $ sudo dnf autoremove

3. Information about the InsightToolkit.i686 package on Fedora 35

Last metadata expiration check: 1:51:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : InsightToolkit
Version : 4.13.3
Release : 7.fc35
Architecture : i686
Size : 3.8 M
Source : InsightToolkit-4.13.3-7.fc35.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.