How to Install and Uninstall libsigc++3-devel Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "libsigc++3-devel" package

Learn how to install libsigc++3-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libsigc++3-devel

2. Uninstall "libsigc++3-devel" package

This tutorial shows how to uninstall libsigc++3-devel on openSuSE Tumbleweed:

$ sudo zypper remove libsigc++3-devel

3. Information about the libsigc++3-devel package on openSuSE Tumbleweed

Information for package libsigc++3-devel:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libsigc++3-devel
Version : 3.6.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.0 KiB
Installed : No
Status : not installed
Source package : libsigc++3-3.6.0-2.1.src
Upstream URL : https://libsigcplusplus.github.io/libsigcplusplus/
Summary : Typesafe Signal Framework for C++
Description :
This library implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. It is the most
complete library of its kind with the ability to connect an abstract
callback to a class method, function, or function object. It contains
adaptor classes for connection of dissimilar callbacks and has an ease
of use unmatched by other C++ callback libraries.