How To Install helvum on Fedora 36

In this tutorial we learn how to install helvum in Fedora 36. helvum is GTK patchbay for pipewire

Introduction

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

What is helvum

GTK patchbay for pipewire.

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

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

sudo dnf -y install helvum

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

sudo yum -y install helvum

How To Uninstall helvum on Fedora 36

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

sudo dnf remove helvum

helvum Package Contents on Fedora 36

/usr/bin/helvum
/usr/lib/.build-id
/usr/lib/.build-id/82
/usr/lib/.build-id/82/016613e3f242d8ac02a6a47ba5015343d62141
/usr/share/applications/org.pipewire.Helvum.desktop
/usr/share/doc/helvum
/usr/share/doc/helvum/README.md
/usr/share/icons/hicolor/scalable/apps/org.pipewire.Helvum.svg
/usr/share/icons/hicolor/symbolic/apps/org.pipewire.Helvum-symbolic.svg
/usr/share/licenses/helvum
/usr/share/licenses/helvum/LICENSE
/usr/share/metainfo/org.pipewire.Helvum.metainfo.xml

References

Summary

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