How To Install libsigrok-cxx on Fedora 36

In this tutorial we learn how to install libsigrok-cxx in Fedora 36. libsigrok-cxx is C++ bindings for libsigrok

Introduction

In this tutorial we learn how to install libsigrok-cxx on Fedora 36.

What is libsigrok-cxx

The libsigrok-cxx package contains C++ libraries for libsigrok.

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

Install libsigrok-cxx 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 libsigrok-cxx using dnf by running the following command:

sudo dnf -y install libsigrok-cxx

Install libsigrok-cxx 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 libsigrok-cxx using yum by running the following command:

sudo yum -y install libsigrok-cxx

How To Uninstall libsigrok-cxx on Fedora 36

To uninstall only the libsigrok-cxx package we can use the following command:

sudo dnf remove libsigrok-cxx

libsigrok-cxx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/be0899c025bfa42a9b27fd03affc66b7a9eb4c
/usr/lib64/libsigrokcxx.so.4
/usr/lib64/libsigrokcxx.so.4.1.1

References

Summary

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


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

Introduction

In this tutorial we learn how to install libsigrok-cxx on Fedora 36.

What is libsigrok-cxx

The libsigrok-cxx package contains C++ libraries for libsigrok.

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

Install libsigrok-cxx 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 libsigrok-cxx using dnf by running the following command:

sudo dnf -y install libsigrok-cxx

Install libsigrok-cxx 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 libsigrok-cxx using yum by running the following command:

sudo yum -y install libsigrok-cxx

How To Uninstall libsigrok-cxx on Fedora 36

To uninstall only the libsigrok-cxx package we can use the following command:

sudo dnf remove libsigrok-cxx

libsigrok-cxx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/c1bb270ca2401f2cff90c53f0fefff2edef3c3
/usr/lib/libsigrokcxx.so.4
/usr/lib/libsigrokcxx.so.4.1.1

References

Summary

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