How To Install itk on Fedora 36
Introduction
In this tutorial we learn how to install itk
on Fedora 36.
What is itk
[incr Tk] is Tk extension that provides object-oriented features that are missing from the Tk extension to Tcl. The OO features provided by itk are useful for building megawidgets.
We can use yum
or dnf
to install itk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install itk.
Install itk 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 itk
using dnf
by running the following command:
sudo dnf -y install itk
Install itk 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 itk
using yum
by running the following command:
sudo yum -y install itk
How To Uninstall itk on Fedora 36
To uninstall only the itk
package we can use the following command:
sudo dnf remove itk
itk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/1124d75039e5ac3baf01b003ae3d5177841c91
/usr/lib/libitk4.1.0.so
/usr/lib/tcl8.6/itk4.1.0
/usr/lib/tcl8.6/itk4.1.0/Archetype.itk
/usr/lib/tcl8.6/itk4.1.0/Toplevel.itk
/usr/lib/tcl8.6/itk4.1.0/Widget.itk
/usr/lib/tcl8.6/itk4.1.0/itk.tcl
/usr/lib/tcl8.6/itk4.1.0/pkgIndex.tcl
/usr/lib/tcl8.6/itk4.1.0/tclIndex
/usr/share/licenses/itk
/usr/share/licenses/itk/license.terms
/usr/share/man/mann/Archetype.n.gz
/usr/share/man/mann/Toplevel.n.gz
/usr/share/man/mann/Widget.n.gz
/usr/share/man/mann/itk.n.gz
/usr/share/man/mann/itkvars.n.gz
/usr/share/man/mann/usual.n.gz
References
Summary
In this tutorial we learn how to install itk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install itk on Fedora 36” linkTitle: “itk” type: “docs” description: “In this tutorial we learn how to install itk in Fedora 36. itk is Object oriented extensions to Tk” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/itk-featured.png
Introduction
In this tutorial we learn how to install itk
on Fedora 36.
What is itk
[incr Tk] is Tk extension that provides object-oriented features that are missing from the Tk extension to Tcl. The OO features provided by itk are useful for building megawidgets.
We can use yum
or dnf
to install itk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install itk.
Install itk 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 itk
using dnf
by running the following command:
sudo dnf -y install itk
Install itk 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 itk
using yum
by running the following command:
sudo yum -y install itk
How To Uninstall itk on Fedora 36
To uninstall only the itk
package we can use the following command:
sudo dnf remove itk
itk Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/2891d3bd6d11a2116b0053b5b80f27a01dcbf0
/usr/lib64/libitk4.1.0.so
/usr/lib64/tcl8.6/itk4.1.0
/usr/lib64/tcl8.6/itk4.1.0/Archetype.itk
/usr/lib64/tcl8.6/itk4.1.0/Toplevel.itk
/usr/lib64/tcl8.6/itk4.1.0/Widget.itk
/usr/lib64/tcl8.6/itk4.1.0/itk.tcl
/usr/lib64/tcl8.6/itk4.1.0/pkgIndex.tcl
/usr/lib64/tcl8.6/itk4.1.0/tclIndex
/usr/share/licenses/itk
/usr/share/licenses/itk/license.terms
/usr/share/man/mann/Archetype.n.gz
/usr/share/man/mann/Toplevel.n.gz
/usr/share/man/mann/Widget.n.gz
/usr/share/man/mann/itk.n.gz
/usr/share/man/mann/itkvars.n.gz
/usr/share/man/mann/usual.n.gz
References
Summary
In this tutorial we learn how to install itk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).