Results 1 to 4 of 4
Hello Linux friends.
Could someone tell me how to uninstall apps from Linux if you install them using "./install.sh" command.
Please DO NOT give me apt-get, yum, rpm, or sinaptic ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-22-2011 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
Uninstall apps from Linux.
Hello Linux friends.
Could someone tell me how to uninstall apps from Linux if you install them using "./install.sh" command.
Please DO NOT give me apt-get, yum, rpm, or sinaptic type of answers.
In particular, I installed ossec software and can not figure out how to remove it.
Regards,
vouser.
- 04-23-2011 #2
If there isn't a uninstall shellscript or parameter (grep the INSTALL, README and/or doc directory),
then you need to analyse that install.sh.
Look for cp, mkdir, tar, etc and undo all writing actions.
locate and updatedb might also help.
So yes: This is manual and tedious work , that could be prevented by installing only packaged software.You must always face the curtain with a bow.
- 04-25-2011 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
Thank you note.
Thanks a lot for good answer.
vouser.
- 04-26-2011 #4
also, for future reference, if you are using debian based system (not sure if it works elsewhere) you can use checkinstall application to be able to manage compiled/manually installed applications


Reply With Quote
