Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8386603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T17:59:10+00:00 2026-06-09T17:59:10+00:00

I am using ubuntu I have two eclipse I am unable to clean one

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T17:59:12+00:00Added an answer on June 9, 2026 at 5:59 pm

    You will need to do something like this :

    /full/path/to/first/eclipse -clean
    

    and,

    /full/path/to/second/eclipse -clean
    

    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 :

    find / -iname "eclipse"  | grep -iE "eclipse$" | grep -i bin
    

    Method 2 – Ubuntu specific

    1. First, from the list of installed packages find the package names which contain the word eclipse :

      sudo  dpkg-query -Wf  '${Installed-Size}t${Package}n' | sort -n | grep -i eclipse
      
    2. Then, for each of the results from the above command, do the following :

      dpkg -L <package_name_from_above> | grep -i bin
      

    The command above should give you the paths to the eclipse installations which can then be suffixed by an -clean

    Update – 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 :

    1. Find the packages which contain eclipse :

      dpkg-query -Wf  '${Package}\n' | grep eclipse
      
    2. Find the path of the eclipse binary :

      dpkg -L eclipse | grep bin | grep -iE "eclipse$"
      

    To make is easier to do the above, I created a script with the following code :

    #! /bin/bash
    
    echo
    echo "The possible executable paths contained in $1 package are : "
    echo
    dpkg-query -Wf  '${Package}\n' | grep -i "$1" | xargs -I % dpkg -L % | grep bin | grep -iE "$1$"
    
    #Echo a blank line
    echo
    

    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 a chmod +x ./sue.sh

    Example executions :
    ./sue.sh eclipse
    enter image description here

    ./sue.sh zip
    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Ok I have two programs, and one calls another using executable from another. I
I am using ubuntu in my server. I have two users, let them be
I have a dual-boot OS X / Ubuntu and am currently using separate Eclipse
I have a problem with my connection tunneling. So I'm using two ubuntu server
I am trying to host two websites using Apache from the same Ubuntu server.
I'm using Ubuntu and Qt Creator 4 I have a .cpp program in the
I'm using eSpeak on Ubuntu and have a Python 2.7 script that prints and
I am using Ubuntu 9.04 I have installed the following package versions: unixodbc and
I have installed the vim-latex package using Ubuntu Synaptic package manager and updated my
I have a mystery here: I'm using Ubuntu SCons (package version 1.2.0.d20100117-1). I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.