How to Install and Uninstall swig-examples Package on openSUSE Leap

Last updated: May 22,2024

1. Install "swig-examples" package

Please follow the step by step instructions below to install swig-examples on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install swig-examples

2. Uninstall "swig-examples" package

Learn how to uninstall swig-examples on openSUSE Leap:

$ sudo zypper remove swig-examples

3. Information about the swig-examples package on openSUSE Leap

Information for package swig-examples:
--------------------------------------
Repository : Main Repository
Name : swig-examples
Version : 3.0.12-4.18
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : swig-3.0.12-4.18.src
Upstream URL : http://www.swig.org/
Summary : SWIG example files
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.
This package contains SWIG examples, useful both for testing and
understandig SWIG usage.