How to Install and Uninstall swig Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "swig" package

Please follow the steps below to install swig on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install swig

2. Uninstall "swig" package

Here is a brief guide to show you how to uninstall swig on openSuSE Tumbleweed:

$ sudo zypper remove swig

3. Information about the swig package on openSuSE Tumbleweed

Information for package swig:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : swig
Version : 4.2.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.9 MiB
Installed : No
Status : not installed
Source package : swig-4.2.1-1.1.src
Upstream URL : https://www.swig.org/
Summary : Simplified Wrapper and Interface Generator
Description :
SWIG is a compiler that attempts to make it easy to integrate C, C++,
or Objective-C code with scripting languages including Perl, Tcl, and
Python. In a nutshell, you give it a bunch of ANSI C/C++ declarations
and it generates an interface between C and your favorite scripting
language. However, this is only scratching the surface of what SWIG
can do--some of its more advanced features include automatic
documentation generation, module and library management, extensive
customization options, and more.