Ubuntu – Location of Intellij Idea 2017.1 on ubuntu 16.04

intellij

Long back I have installed Intellij idea. I want to completely remove it now.
I deleted /usr/local/bin/idea
I delete ~/.IntellXXX directory

I don't see any result if do 'which idea' or 'whereis idea'

However I am still able to find idea and launch it through 'search your computer'
I am wondering where is idea installed and is still getting launched.

Best Answer

I installed via "Ubuntu Software"

my location is /snap/intellij-idea-ultimate/current/bin

to locate bin folder I have used:

  • (needed to increase RAM)
  • "Files" [CTRL + F] "idea"
  • found that: /snap/..., Home/..., /var/snap..., /run/user... and more
Related Question