Uninstalling a eclipse manually (no package manager)

Clash 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
uninstall eclipse software-uninstall
add a comment |Â
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
uninstall eclipse software-uninstall
add a comment |Â
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
uninstall eclipse software-uninstall
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
uninstall eclipse software-uninstall
edited May 15 at 4:11
asked May 15 at 1:15
Clintus
256
256
add a comment |Â
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
add a comment |Â
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
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
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password