How To Install libsigc++ on Fedora 36

In this tutorial we learn how to install libsigc++ in Fedora 36. libsigc++ is Typesafe signal framework for C++

Introduction

In this tutorial we learn how to install libsigc++ on Fedora 36.

What is libsigc++

This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. Originally part of the Gtk– widget set, libsigc++ is now a separate library to provide for more general use. It is the most complete library of its kind with the ablity 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. Package gtkmm (previously gtk–), which is a C++ binding to the GTK+ library, starting with version 1.1.2, uses libsigc++.

We can use yum or dnf to install libsigc++ on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsigc++.

Install libsigc++ on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libsigc++ using dnf by running the following command:

sudo dnf -y install libsigc++

Install libsigc++ on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libsigc++ using yum by running the following command:

sudo yum -y install libsigc++

How To Uninstall libsigc++ on Fedora 36

To uninstall only the libsigc++ package we can use the following command:

sudo dnf remove libsigc++

libsigc++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/69df81d5aaa67d37136ddcd62b183acafeecc0
/usr/lib/libsigc-1.2.so.5
/usr/lib/libsigc-1.2.so.5.0.7
/usr/share/doc/libsigc++
/usr/share/doc/libsigc++/AUTHORS
/usr/share/doc/libsigc++/COPYING.LIB
/usr/share/doc/libsigc++/ChangeLog
/usr/share/doc/libsigc++/IDEAS
/usr/share/doc/libsigc++/NEWS
/usr/share/doc/libsigc++/README
/usr/share/doc/libsigc++/TODO

References

Summary

In this tutorial we learn how to install libsigc++ on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libsigc++ on Fedora 36” linkTitle: “libsigc++” type: “docs” description: “In this tutorial we learn how to install libsigc++ in Fedora 36. libsigc++ is Typesafe signal framework for C++” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsigc++-featured.png

Introduction

In this tutorial we learn how to install libsigc++ on Fedora 36.

What is libsigc++

This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. Originally part of the Gtk– widget set, libsigc++ is now a separate library to provide for more general use. It is the most complete library of its kind with the ablity 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. Package gtkmm (previously gtk–), which is a C++ binding to the GTK+ library, starting with version 1.1.2, uses libsigc++.

We can use yum or dnf to install libsigc++ on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsigc++.

Install libsigc++ on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libsigc++ using dnf by running the following command:

sudo dnf -y install libsigc++

Install libsigc++ on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libsigc++ using yum by running the following command:

sudo yum -y install libsigc++

How To Uninstall libsigc++ on Fedora 36

To uninstall only the libsigc++ package we can use the following command:

sudo dnf remove libsigc++

libsigc++ Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/eff9f655e4cc9cc5b743c36e88e3aa95dcdafa
/usr/lib64/libsigc-1.2.so.5
/usr/lib64/libsigc-1.2.so.5.0.7
/usr/share/doc/libsigc++
/usr/share/doc/libsigc++/AUTHORS
/usr/share/doc/libsigc++/COPYING.LIB
/usr/share/doc/libsigc++/ChangeLog
/usr/share/doc/libsigc++/IDEAS
/usr/share/doc/libsigc++/NEWS
/usr/share/doc/libsigc++/README
/usr/share/doc/libsigc++/TODO

References

Summary

In this tutorial we learn how to install libsigc++ on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).