Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to uninstall intellij idea on ubuntu 13.10

I searched much on Google for how to uninstall intellij idea on Ubuntu 13.10 64-bit OS but i didn't find any solution. please any help for this issue

like image 776
SLH_IB Avatar asked Apr 10 '14 08:04

SLH_IB


1 Answers

After trying and searching more, I found that it's very easy and simple. All you have to do to delete the whole Intellij is:

  1. There is a hidden file called .IdeaIC13 in the home directory, it contains two files. Just delete the file.

  2. Delete the installation directory for Intellij, which is usually located at opt/ directory or where you installed it previously.

like image 82
SLH_IB Avatar answered Oct 03 '22 03:10

SLH_IB