How To Install pulseview on Fedora 36

In this tutorial we learn how to install pulseview in Fedora 36. pulseview is Signal acquisition and analysis GUI for sigrok

Introduction

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

What is pulseview

PulseView is an application for enabling data acquisition and analysis with test and measurement devices such as logic analyzers, oscilloscopes, mixed-signal devices, digital multimeters and sensors, etc. It uses sigrok libraries under the hood.

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

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

sudo dnf -y install pulseview

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

sudo yum -y install pulseview

How To Uninstall pulseview on Fedora 36

To uninstall only the pulseview package we can use the following command:

sudo dnf remove pulseview

pulseview Package Contents on Fedora 36

/usr/bin/pulseview
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/4dd530eb66a998012d4d4a68b58b32b8ab1560
/usr/share/appdata/org.sigrok.PulseView.appdata.xml
/usr/share/applications/org.sigrok.PulseView.desktop
/usr/share/doc/pulseview
/usr/share/doc/pulseview/README
/usr/share/icons/hicolor/48x48/apps/pulseview.png
/usr/share/icons/hicolor/scalable/apps/pulseview.svg
/usr/share/licenses/pulseview
/usr/share/licenses/pulseview/COPYING
/usr/share/man/man1/pulseview.1.gz

References

Summary

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