I was looking for some softwares on my old laptop (eMachines E510, Ubuntu 16.04 LTS 32bit, not bad actually), so I went to install “Snap Store”, because I got tired of using the terminal for almost everything.
This is the error it gave to me:
"error: cannot perform the following tasks:
Mount snap “snap-store” (app description field ‘command’ contains illegal “snap/command-chain/snapcraft-runner $SNAP/command-snap-store.wrapper” (legal: ‘^[A-Za-z0-9/. _#:-]*$’))"
any ideas how to fix it?
or maybe I just have to install the 64bit version of this ubuntu?
Sorry about this.
It should work with 32-bit Ubuntu. I suspect it’s because the version of snapd you have is old, and there’s something in the snap-store snap that your snapd doesn’t like. If you install another snap, that will trigger an update to snapd to the latest release which will fix the install of snap-store snap.
So, if you could do the following, and paste the output here.
I tried out. It doesn’t even wants to show the snap version:
“error: Unknown command `version’. Please specify one command of: abort, ack, changes, connect, disconnect, find, install, interfaces, known, list, login, logout, refresh or remove”
I’ve already updated my snapd. This time, if I want to install snap-store, it says: “error: access denied”
There is something really messed up here. Even, I couldn’t update firefox in the Software Centre, or anything else.
Sorry for all these debugging questions. It’s very good of you to provide these responses, as it’s entirely possible other users have a similar issue we’re unaware of. So we do appreciate this.
So once all that has finished, reboot and you’ll be all nicely up to date. The snap version command should then work, and the ultimate goal snap install snap-store should also work