How to Install and Uninstall swig Package on openSUSE Leap

Last updated: November 24,2024

1. Install "swig" package

Learn how to install swig on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install swig

2. Uninstall "swig" package

Please follow the step by step instructions below to uninstall swig on openSUSE Leap:

$ sudo zypper remove swig

3. Information about the swig package on openSUSE Leap

Information for package swig:
-----------------------------
Repository : Main Repository
Name : swig
Version : 3.0.12-4.18
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 5.6 MiB
Installed : No
Status : not installed
Source package : swig-3.0.12-4.18.src
Upstream URL : http://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.