Błd przy instalacji Intellij przez snap

Przy próbie iinstalacji Intellij przez snap wyrzuca mi:

t@nikt-2347h76 ~]$ snap install intellij-idea-community –classic
Your command included some characters that look like dashes but are not:
    "snap install intellij-idea-community \u2013classic"
in some situations you might find that when copying from an online source such
as a blog you need to replace “typographic” dashes and quotes with their ASCII
equivalent.  Dashes in particular are homoglyphs on most terminals and in most
fixed-width fonts, so it can be hard to tell.

error: cannot install "intellij-idea-community", "–classic": invalid instance
       name: invalid snap name: "–classic"

Jak można rozwiązać ten problem?
Manjaro 21.2.0 XFCE, kernel 5.15.50-1-MANJARO

Połknąłeś jeden znak:

snap install intellij-idea-community --classic

Racja. Wyrzuca inny błąd.

error: cannot install "intellij-idea-community": classic confinement requires
       snaps under /snap or symlink from /snap to /var/lib/snapd/snap

I co teraz?

Snap wymaga uprawnień do instalacji programu (w przeciwieństwie do flatpaka) – nie używa się na co dzień to się o tym zapomina :wink:

sudo snap install intellij-idea-community --classic

Źródło