I followed installation of IntelliJ IDEA as described in the following session.
Install IntelliJ IDEA as a snap package on Linux
sudo snap install intellij-idea-community --classic
And it says ...
When the snap is installed, you can launch it by running the intellij-idea-community
When I actually run it as follow:
intellij-idea-community
Command 'intellij-idea-community' not found, but can be installed with:
sudo snap install intellij-idea-community
I got the above error
So when I try listing snap
sudo snap list
Name Version Rev Tracking Developer Notes
core 16-2.32.8 4650 stable canonical core
gnome-3-26-1604 3.26.0 64 stable/… canonical -
gnome-calculator 3.28.1 167 stable/… canonical -
gnome-characters 3.28.0 86 stable/… canonical -
gnome-logs 3.28.0 31 stable/… canonical -
gnome-system-monitor 3.26.0 39 stable/… canonical -
intellij-idea-community 2018.1.4 51 stable jetbrains classic
And this is the
snap version
snap 2.32.8+18.04
snapd 2.32.8+18.04
series 16
ubuntu 18.04
kernel 4.15.0-22-generic
On ubuntu 18.04
I have no idea where I made mistake.