How to Install and Uninstall itk Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "itk" package

Please follow the step by step instructions below to install itk on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install itk

2. Uninstall "itk" package

Learn how to uninstall itk on openSuSE Tumbleweed:

$ sudo zypper remove itk

3. Information about the itk package on openSuSE Tumbleweed

Information for package itk:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : itk
Version : 4.1.0-2.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 94.5 KiB
Installed : No
Status : not installed
Source package : itk-4.1.0-2.18.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.