Exercism CLI Guide For Ubuntu Doesn't Mention Snap

Hi, I went through this long guide of trying to figure out which installer to download (which by the way the names don’t even match up), but then after I installed it still didn’t work.

Then after all that when it didn’t work I see the error that tells me to just run “sudo snap install exercism”

Really?? Why is that not the recommended way in the first place??? :rage:

The snap package is not recommended.

My recommendation is to download the executable (or build it) and stick the executable in userspace, likely in ~/bin which on Ubuntu, if it exists, will be inserted into your $PATH and will then “just work”.

So no installer required. And no administrative/root/sudo privileges granted or necessary.

I’m curious about this. What names aren’t matching up? In the past, folks using macOS including myself have been thrown by builds referring to Darwin. The CLI is written in Go so that naming convention is inherited from there because macOS runs on top of Darwin loosely speaking.

The snap package is really a last resort and we’d like to get rid of it tbh.

If you provide us with your OS and environment, perhaps we can help you get the Exercism CLI working?