Sabtu, 24 Oktober 2015

uninstall lampp on ubuntu using terminal command


I want to uninstall LAMPP on Ubuntu on VM. Please advise command to archive this.
I have downloaded package using wget command and run sudo ./xampp-linux-1.8.3-2-installer.run. How to delete folder using terminal located at /opt/lampp?
shareimprove this question

1  
That depends on how it was installed... Please add how. If from tasksel: remove it from tasksel. If from source you need to manually remove it. – Rinzwind May 15 at 14:51
    
I have downloaded package using wget command and run sudo ./xampp-linux-1.8.3-2-installer.run. How to delete folder using terminal located at /opt/lampp? – shahab82 May 15 at 14:54

2 Answers

Open a terminal and remove the folder with:
sudo rm -r /opt/lampp
That's all.
But since I do not know where you have downloaded the installation file, I can not prove what was also installed.
shareimprove this answer

    
Thanks A.B. It works – shahab82 May 15 at 15:05
    
Sure =) That was simple. – A.B. May 15 at 15:07
    
If I could solve your problem, then it would be nice if you'd mark my answer (✓). askubuntu.com/help/someone-answers ;) – A.B. May 15 at 15:13

As stated in this post:
To Uninstall Xampp, use
sudo -i
cd /opt/lampp
./uninstall
But I think you may simplify by just typing sudo /opt/lampp/uninstall
shareimprove this answer

Share

& Comment

0 komentar:

Posting Komentar

 

Copyright © 2015 blog kopas™ is a registered trademark.

Designed by Templateism. Hosted on Blogger Platform.