Valkyrie is an open-source graphical user interface for the Valgrind 3.6.X line. Valkyrie uses the Qt widget library, and is based on Valgrind`s XML output capabilities. Valkyrie is designed for simplicity and ease of use, whilst allowing access to the full range of Valgrind command-line options.
There is no valkyrie package in Ubuntu 20.04's software repositories. The one I found is https://packages.ubuntu.com/bionic/valkyrie
This is my second week using linux so I don't know much about it. Is there any available command or script to possibly get this installed?
I already run `sudo apt-get install qt5*-dev` and `sudo apt-get install qt5-default` but
`qmake: could not exec '/usr/lib/qt5/bin/qmake': No such file or directory` – Eric Aug 29 '22 at 05:33