Help to install parsec

hi, i am having a problem to install parsec-bin, seems to be an issue with the sha256sums, i can install it by running:

yay -S --mflags --skipinteg parsec-bin

but is this secure ? maybe installing it with flatpak would be a better option ?

1 Like

Curious why you don’t just do yay -S parsec-bin

i tried the package fails to install with that command

1 Like

The sha256sum listed in the package built doesn’t match the current sha256sum so that’s probably why it’s failing. Once yay clones the repo you can probably update the PKGBUILD with the new sha256sum of the new debian package and it will work.

2 Likes

I tried it myself and it builds correctly after you update the sha256sum to the new one of the new package. The new correct sha256sum is this.
f45e7abbe8d88f60829616e71a52e2eb91714b556ad34728c70bbb9a3553635c

3 Likes

hi how do i update the sha256sum with yay ?

Download the PKGBUILD for parsec-bin in some directory.

Open a terminal in that directory and run:

updpkgsums

This would download the latest .deb file from which the package is built and update the sha256sum in the PKGBUILD file accordingly.

then run:

makepkg -si

to build and install the package.

5 Likes

Nice it worked, just ran the commands from this directory:

/home/ramon/.cache/yay/parsec-bin/
1 Like

Same result different solution.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.