I am using ubuntu I have two eclipse I am unable to clean one eclipse . .how to -clean start specific eclipse in ubuntu from command line
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will need to do something like this :
and,
There are a number of ways to find out the full path of eclipse installations.
Method 1 – Find
You should be able to find the eclipse installations by using the following command :
Method 2 – Ubuntu specific
First, from the list of installed packages find the package names which contain the word eclipse :
Then, for each of the results from the above command, do the following :
The command above should give you the paths to the eclipse installations which can then be suffixed by an
-cleanUpdate – Ubuntu Specific Method
I had been meaning to take a look at what the latest release of Ubuntu had to offer and this gave me the perfect excuse to setup an Ubuntu VM 🙂
The following commands were executed on a default install of Ubuntu 12.04 Desktop and are slightly different from what I wrote above. In all of the following commands replace zip with eclipse :
Find the packages which contain eclipse :
Find the path of the eclipse binary :
To make is easier to do the above, I created a script with the following code :
It takes only one argument, the package name for which you want to search the executable. Copy the code above into a file called
sue.sh(Search Ubuntu Executable 🙂 ) and do achmod +x ./sue.shExample executions :

./sue.sh eclipse./sue.sh zip