Uninstalling a eclipse manually (no package manager)

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












Good day all,
I've installed eclipse(4.7) by downloading, extracting and installing the .tar.xx files from the website, not using the package manager. I would like to remove it but have no idea how. Usually I find an uninstall.sh script in the program folder that handles uninstalling but this is not the case. How would I go about removing the software?



Note:It was not as simple as extracting the files. I ran a bash script that started a setup wizard which copied files, downloaded files, possibly modified some system variables.



lubuntu 18.04







share|improve this question


























    up vote
    2
    down vote

    favorite












    Good day all,
    I've installed eclipse(4.7) by downloading, extracting and installing the .tar.xx files from the website, not using the package manager. I would like to remove it but have no idea how. Usually I find an uninstall.sh script in the program folder that handles uninstalling but this is not the case. How would I go about removing the software?



    Note:It was not as simple as extracting the files. I ran a bash script that started a setup wizard which copied files, downloaded files, possibly modified some system variables.



    lubuntu 18.04







    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      Good day all,
      I've installed eclipse(4.7) by downloading, extracting and installing the .tar.xx files from the website, not using the package manager. I would like to remove it but have no idea how. Usually I find an uninstall.sh script in the program folder that handles uninstalling but this is not the case. How would I go about removing the software?



      Note:It was not as simple as extracting the files. I ran a bash script that started a setup wizard which copied files, downloaded files, possibly modified some system variables.



      lubuntu 18.04







      share|improve this question














      Good day all,
      I've installed eclipse(4.7) by downloading, extracting and installing the .tar.xx files from the website, not using the package manager. I would like to remove it but have no idea how. Usually I find an uninstall.sh script in the program folder that handles uninstalling but this is not the case. How would I go about removing the software?



      Note:It was not as simple as extracting the files. I ran a bash script that started a setup wizard which copied files, downloaded files, possibly modified some system variables.



      lubuntu 18.04









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 15 at 4:11

























      asked May 15 at 1:15









      Clintus

      256




      256




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          I suppose that you had installed eclipse by just extracting files . if this is the case then you can simply delete those extracted files .



          if you ran some install.sh script and not finding uninstall.sh then type the following commands



          whereis eclipse
          which eclipse


          By this you will get idea of where are files are installed and thus you can remove those file.if you are seeing orphan desktop entry of your software then read this



          Also eclipse stores its configuration files in ~/.eclipse folder which you might want remove cause they can clash with eclipse installation from apt repos



          EDIT:-



          if environment variable are set in ~/.bashrc and ~/.profile and in some cases /etc/environment . you can unset those






          share|improve this answer






















          • Hi Smit, thanks for response. I modified the question. Also I checked the contents of the folders the sum comes to around 30 mb which can't be the full installation. Or could it?
            – Clintus
            May 15 at 4:17










          • @Clintus ~/.eclipse is not installation folder . it is configuration folder . my ~/.eclipse is of size 189MB Cause i have installed so many plugins .You can remove it safely but it wont uninstall eclipse. to uninstall eclipse follow the step I mentioned when there is no uninstall.sh. : ) Happy to help
            – noone
            May 15 at 4:36










          • @Clintus Also I suggest you to not use these installers for Linux. just download eclipse in tar.gz format ,extract it and start using.
            – noone
            May 15 at 4:38










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036333%2funinstalling-a-eclipse-manually-no-package-manager%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote



          accepted










          I suppose that you had installed eclipse by just extracting files . if this is the case then you can simply delete those extracted files .



          if you ran some install.sh script and not finding uninstall.sh then type the following commands



          whereis eclipse
          which eclipse


          By this you will get idea of where are files are installed and thus you can remove those file.if you are seeing orphan desktop entry of your software then read this



          Also eclipse stores its configuration files in ~/.eclipse folder which you might want remove cause they can clash with eclipse installation from apt repos



          EDIT:-



          if environment variable are set in ~/.bashrc and ~/.profile and in some cases /etc/environment . you can unset those






          share|improve this answer






















          • Hi Smit, thanks for response. I modified the question. Also I checked the contents of the folders the sum comes to around 30 mb which can't be the full installation. Or could it?
            – Clintus
            May 15 at 4:17










          • @Clintus ~/.eclipse is not installation folder . it is configuration folder . my ~/.eclipse is of size 189MB Cause i have installed so many plugins .You can remove it safely but it wont uninstall eclipse. to uninstall eclipse follow the step I mentioned when there is no uninstall.sh. : ) Happy to help
            – noone
            May 15 at 4:36










          • @Clintus Also I suggest you to not use these installers for Linux. just download eclipse in tar.gz format ,extract it and start using.
            – noone
            May 15 at 4:38














          up vote
          0
          down vote



          accepted










          I suppose that you had installed eclipse by just extracting files . if this is the case then you can simply delete those extracted files .



          if you ran some install.sh script and not finding uninstall.sh then type the following commands



          whereis eclipse
          which eclipse


          By this you will get idea of where are files are installed and thus you can remove those file.if you are seeing orphan desktop entry of your software then read this



          Also eclipse stores its configuration files in ~/.eclipse folder which you might want remove cause they can clash with eclipse installation from apt repos



          EDIT:-



          if environment variable are set in ~/.bashrc and ~/.profile and in some cases /etc/environment . you can unset those






          share|improve this answer






















          • Hi Smit, thanks for response. I modified the question. Also I checked the contents of the folders the sum comes to around 30 mb which can't be the full installation. Or could it?
            – Clintus
            May 15 at 4:17










          • @Clintus ~/.eclipse is not installation folder . it is configuration folder . my ~/.eclipse is of size 189MB Cause i have installed so many plugins .You can remove it safely but it wont uninstall eclipse. to uninstall eclipse follow the step I mentioned when there is no uninstall.sh. : ) Happy to help
            – noone
            May 15 at 4:36










          • @Clintus Also I suggest you to not use these installers for Linux. just download eclipse in tar.gz format ,extract it and start using.
            – noone
            May 15 at 4:38












          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          I suppose that you had installed eclipse by just extracting files . if this is the case then you can simply delete those extracted files .



          if you ran some install.sh script and not finding uninstall.sh then type the following commands



          whereis eclipse
          which eclipse


          By this you will get idea of where are files are installed and thus you can remove those file.if you are seeing orphan desktop entry of your software then read this



          Also eclipse stores its configuration files in ~/.eclipse folder which you might want remove cause they can clash with eclipse installation from apt repos



          EDIT:-



          if environment variable are set in ~/.bashrc and ~/.profile and in some cases /etc/environment . you can unset those






          share|improve this answer














          I suppose that you had installed eclipse by just extracting files . if this is the case then you can simply delete those extracted files .



          if you ran some install.sh script and not finding uninstall.sh then type the following commands



          whereis eclipse
          which eclipse


          By this you will get idea of where are files are installed and thus you can remove those file.if you are seeing orphan desktop entry of your software then read this



          Also eclipse stores its configuration files in ~/.eclipse folder which you might want remove cause they can clash with eclipse installation from apt repos



          EDIT:-



          if environment variable are set in ~/.bashrc and ~/.profile and in some cases /etc/environment . you can unset those







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited May 15 at 4:31

























          answered May 15 at 3:06









          noone

          844420




          844420











          • Hi Smit, thanks for response. I modified the question. Also I checked the contents of the folders the sum comes to around 30 mb which can't be the full installation. Or could it?
            – Clintus
            May 15 at 4:17










          • @Clintus ~/.eclipse is not installation folder . it is configuration folder . my ~/.eclipse is of size 189MB Cause i have installed so many plugins .You can remove it safely but it wont uninstall eclipse. to uninstall eclipse follow the step I mentioned when there is no uninstall.sh. : ) Happy to help
            – noone
            May 15 at 4:36










          • @Clintus Also I suggest you to not use these installers for Linux. just download eclipse in tar.gz format ,extract it and start using.
            – noone
            May 15 at 4:38
















          • Hi Smit, thanks for response. I modified the question. Also I checked the contents of the folders the sum comes to around 30 mb which can't be the full installation. Or could it?
            – Clintus
            May 15 at 4:17










          • @Clintus ~/.eclipse is not installation folder . it is configuration folder . my ~/.eclipse is of size 189MB Cause i have installed so many plugins .You can remove it safely but it wont uninstall eclipse. to uninstall eclipse follow the step I mentioned when there is no uninstall.sh. : ) Happy to help
            – noone
            May 15 at 4:36










          • @Clintus Also I suggest you to not use these installers for Linux. just download eclipse in tar.gz format ,extract it and start using.
            – noone
            May 15 at 4:38















          Hi Smit, thanks for response. I modified the question. Also I checked the contents of the folders the sum comes to around 30 mb which can't be the full installation. Or could it?
          – Clintus
          May 15 at 4:17




          Hi Smit, thanks for response. I modified the question. Also I checked the contents of the folders the sum comes to around 30 mb which can't be the full installation. Or could it?
          – Clintus
          May 15 at 4:17












          @Clintus ~/.eclipse is not installation folder . it is configuration folder . my ~/.eclipse is of size 189MB Cause i have installed so many plugins .You can remove it safely but it wont uninstall eclipse. to uninstall eclipse follow the step I mentioned when there is no uninstall.sh. : ) Happy to help
          – noone
          May 15 at 4:36




          @Clintus ~/.eclipse is not installation folder . it is configuration folder . my ~/.eclipse is of size 189MB Cause i have installed so many plugins .You can remove it safely but it wont uninstall eclipse. to uninstall eclipse follow the step I mentioned when there is no uninstall.sh. : ) Happy to help
          – noone
          May 15 at 4:36












          @Clintus Also I suggest you to not use these installers for Linux. just download eclipse in tar.gz format ,extract it and start using.
          – noone
          May 15 at 4:38




          @Clintus Also I suggest you to not use these installers for Linux. just download eclipse in tar.gz format ,extract it and start using.
          – noone
          May 15 at 4:38












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036333%2funinstalling-a-eclipse-manually-no-package-manager%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst)

          Running the scala interactive shell from the command line

          Do not install recommended packages of dependencies