How to Install and Uninstall swig-examples Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "swig-examples" package

This guide covers the steps necessary to install swig-examples on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install swig-examples

2. Uninstall "swig-examples" package

In this section, we are going to explain the necessary steps to uninstall swig-examples on openSuSE Tumbleweed:

$ sudo zypper remove swig-examples

3. Information about the swig-examples package on openSuSE Tumbleweed

Information for package swig-examples:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : swig-examples
Version : 4.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : swig-4.2.1-1.1.src
Upstream URL : https://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.