Open stillpointx opened 11 months ago
I just tried installing the same snap, and the infrastructure and snap are fine, so it is likely a local issue.
Have you tried again? It's possible this was a transient issue.
Also, try snap download gimp
and see if it downloads a .snap
file and a .assert
file.
Yes it still happens the only way to install gimp was to install another version using
sudo snap install gimp --channel=preview/edge gimp 2.99.10 397 preview/edge snapcrafters✪ -
rt@sys76:~$ snap info gimp
Upstream Project: https://www.gimp.org/
snapcraft.yaml Build Definition:
https://github.com/snapcrafters/gimp/blob/master/snap/snapcraft.yaml
snap-id: KDHYbyuzZukmLhiogKiUksByRhXD2gYV
channels:
latest/stable: 2.10.36 2023-12-06 (412) 539MB -
latest/candidate: ↑
latest/beta: ↑
latest/edge: 2.10.36 2023-12-06 (412) 539MB -
preview/stable: –
preview/candidate: –
preview/beta: –
preview/edge: 2.99.10 2022-08-17 (397) 650MB -
rt@sys76:~$
to install oldest from last line type below:
sudo snap install gimp --channel=preview/edge
I purged gimp twice to make sure is wasn't there:
rt@sys76:/tmp/0$ sudo snap remove --purge gimp
snap "gimp" is not installed
rt@sys76:/tmp/0$ sudo snap install gimp
error: cannot perform the following tasks:
- Fetch and check assertions for snap "gimp" (412) (cannot verify snap "gimp", no matching signatures found)
It's like the "signature keys" aren't matching with the application.
Is there a way to reset the settings to see if that's causing it? What do I do with the .snap file and the .assert file?
if snap download gimp
worked then you can snap ack
(followed by the assert filename) then snap install ./gimp*.snap
What happened?
I'm getting this error when I try and install the gimp snap how can this be fixed?
error: cannot perform the following tasks: Fetch and check assertions for snap "gimp" (412) (cannot verify snap "gimp", no matching signatures found)
What should have happened?
It should install
Output of
snap info $snap_name
Output of
snap connections $snap_name
Output of
snap version
Relevant log output
No response
Teminal output of app
No response