How to Install and Uninstall libsigc++3-devel Package on openSUSE Leap

Last updated: April 30,2024

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

Please follow the guidelines below to install libsigc++3-devel on openSUSE Leap

$ 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 Leap:

$ sudo zypper remove libsigc++3-devel

3. Information about the libsigc++3-devel package on openSUSE Leap

Information for package libsigc++3-devel:
-----------------------------------------
Repository : Main Repository
Name : libsigc++3-devel
Version : 3.0.2-1.25
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : libsigc++3-3.0.2-1.25.src
Upstream URL : http://libsigc.sourceforge.net/
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.