For those having the sha256sum issue, try to find the "parsec-linux.deb" file on your system and remove it from the caches.
For me, pamac
was caching the deb file, because pacman -Sc
did not help. I used the tool fd
to find it.
>>> fd parsec-linux.deb /
/var/tmp/pamac-build-yulian/parsec-bin/parsec-linux.deb
After I removed the parsec-linux.deb
file from that tmp
folder for pamac
, it all worked swimmingly. It might be in a different place for your preferred package tool, or distro.
Pinned Comments
tadly commented on 2020-06-10 06:09 (UTC) (edited on 2020-06-10 06:10 (UTC) by tadly)
!!! Please do NOT flag the package out of date just because a new version has been release. !!!
Parsec self-updates and as long as the package still installs (no sha256 mismatch), there is no reason to update it in the AUR as the .deb actually is an older version.