How To Install valkyrie on Fedora 36

In this tutorial we learn how to install valkyrie in Fedora 36. valkyrie is Graphical User Interface for Valgrind Suite

Introduction

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

What is valkyrie

Valkyrie is a graphical user interface to the Valgrind suite of tools for debugging and profiling programs. It makes use of the XML output capabilities offered by Valgrind.

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

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

sudo dnf -y install valkyrie

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

sudo yum -y install valkyrie

How To Uninstall valkyrie on Fedora 36

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

sudo dnf remove valkyrie

valkyrie Package Contents on Fedora 36

/usr/bin/valkyrie
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/37bfd42496faf9f6dc330dc96fe7b6e8ec9187
/usr/share/applications/valkyrie.desktop
/usr/share/doc/valkyrie-2.0.0
/usr/share/doc/valkyrie-2.0.0/COPYING
/usr/share/doc/valkyrie-2.0.0/INSTALL
/usr/share/doc/valkyrie-2.0.0/README
/usr/share/doc/valkyrie-2.0.0/about_gpl.html
/usr/share/doc/valkyrie-2.0.0/about_vk.html
/usr/share/doc/valkyrie-2.0.0/images
/usr/share/doc/valkyrie-2.0.0/images/home.png
/usr/share/doc/valkyrie-2.0.0/images/hr_blue.png
/usr/share/doc/valkyrie-2.0.0/images/li-blue.png
/usr/share/doc/valkyrie-2.0.0/images/next.png
/usr/share/doc/valkyrie-2.0.0/images/prev.png
/usr/share/doc/valkyrie-2.0.0/images/screenshot_1.png
/usr/share/doc/valkyrie-2.0.0/images/up.png
/usr/share/doc/valkyrie-2.0.0/index.html
/usr/share/doc/valkyrie-2.0.0/intro.why_valkyrie.html
/usr/share/doc/valkyrie-2.0.0/introduction.html
/usr/share/doc/valkyrie-2.0.0/license-gfdl.html
/usr/share/doc/valkyrie-2.0.0/license-gpl.html
/usr/share/doc/valkyrie-2.0.0/licenses.html
/usr/share/doc/valkyrie-2.0.0/mainwindow.flags_widget.html
/usr/share/doc/valkyrie-2.0.0/mainwindow.html
/usr/share/doc/valkyrie-2.0.0/mainwindow.status_msg.html
/usr/share/doc/valkyrie-2.0.0/mainwindow.tool_bar.html
/usr/share/doc/valkyrie-2.0.0/mainwindow.tool_view.html
/usr/share/doc/valkyrie-2.0.0/mainwindow.vg_ctl_tool_bar.html
/usr/share/doc/valkyrie-2.0.0/manual.html
/usr/share/doc/valkyrie-2.0.0/options_dialog.html
/usr/share/doc/valkyrie-2.0.0/options_valgrind.html
/usr/share/doc/valkyrie-2.0.0/support.html
/usr/share/doc/valkyrie-2.0.0/tool-opts.html
/usr/share/doc/valkyrie-2.0.0/valkyrie.css
/usr/share/doc/valkyrie-2.0.0/vg-manual-cg.html
/usr/share/doc/valkyrie-2.0.0/vg-manual-core.html
/usr/share/doc/valkyrie-2.0.0/vg-manual-mc.html
/usr/share/doc/valkyrie-2.0.0/vg-manual-ms.html
/usr/share/pixmaps/valkyrie.xpm

References

Summary

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