How to Install and Uninstall itk Package on openSUSE Leap

Last updated: January 27,2025

1. Install "itk" package

Please follow the guidance below to install itk on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install itk

2. Uninstall "itk" package

Learn how to uninstall itk on openSUSE Leap:

$ sudo zypper remove itk

3. Information about the itk package on openSUSE Leap

Information for package itk:
----------------------------
Repository : Main Repository
Name : itk
Version : 4.1.0-bp155.3.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 90.5 KiB
Installed : No
Status : not installed
Source package : itk-4.1.0-bp155.3.11.src
Summary : Object Oriented Extension for Tcl
Description :
Incr Tcl adds object-oriented programming facilities to Tcl. It was
NOT designed as another whiz-bang, object-oriented programming
language. It is patterned somewhat after C++. It was designed to
support more structured programming in Tcl. Scripts that grow beyond a
few thousand lines become extremely difficult to maintain. [incr Tcl]
attacks this problem in the same way that any object- oriented
programming language would, by providing mechanisms for data
encapsulation behind well-defined interfaces.