Install parca-debuginfo
Download it:
curl -sL https://github.com/parca-dev/parca-debuginfo/releases/download/v0.11.0/parca-debuginfo_0.11.0_`uname -s`_`uname -m`.tar.gz > parca-debuginfo_0.11.0_`uname -s`_`uname -m`.tar.gz
Verify the checksum:
curl -sL https://github.com/parca-dev/parca-debuginfo/releases/download/v0.11.0/checksums.txt | shasum --ignore-missing -a 256 --check
And unpack it:
tar -xzf parca-debuginfo_0.11.0_`uname -s`_`uname -m`.tar.gz parca-debuginfo
If you want to move the CLI to a path in your `$PATH` you can move the binary (adjust to your preferred location):
mv parca-debuginfo /usr/local/bin/parca-debuginfo