How Can I Delete Xampp Permanently on Mac Os?

57,953

Solution 1

XAMPP 5.x:

You can find uninstall.app in /Applications/XAMPP.

uninstall.app

After running this program, then you can use this command to delete all XAMPP cache files: sudo rm -rf /Applications/XAMPP


XAMPP 7.x:

  • Open Mac OS Finder and go to /Applications folder. You should find an XAMPP icon there (eg. XAMPP.app), right-click it and choose 'Move to Trash'.

  • In addition to this, you might want to delete the ~/.bitnami folder within your home directory.

Solution 2

the newer version of XAMPP include uninstaller apps, you can find it inside XAMPP folder in Application directory. But they leave empty XAMPP folder.

Solution 3

To uninstall XAMPP-VM, follow these steps:

    Delete the XAMPP-VM icon from the Applications folder.
    Remove all XAMPP-VM data by deleting the ~/.bitnami folder within your home directory on the OS X host.

https://www.apachefriends.org/faq_stackman.html

Solution 4

To Delete XAMPP

Step 1:

Go to your Application folder and delete it.

Step 2:

Open your terminal and type: sudo rm -rf ~/.bitnami

Solution 5

  1. Open Spotlight and search for XAMPP,

To open Spotlight, click the magnifying glass icon in the upper-right corner of the menu bar, or press Command-Space from any app.

  1. Should be displayed some folders. Check for XAMPP (in upper cases) folder and open it.

  2. XAMPP folder should contain an uninstall programm, tap on it and follow the instructions.

  3. For a complete remove Go to Macintosh HD and delete the folder /Aplications/XAMPP (Be careful with you application files).

I did it right now and it works.

Share:
57,953

Related videos on Youtube

ozer
Author by

ozer

front-end and back-end developer

Updated on July 20, 2022

Comments

  • ozer
    ozer almost 2 years

    I used Xampp and deleted it. Then, I tried to use Mamp. There is an error that I don't understand. Mamp is working perfect as webserver. But if I want to use phpmyadmin, it doesn't work.

    For example, I insert something to database. It isn't showing in phpmyadmin. It is saving to old Xampp database although I deleted Xampp. How does it happen?

    How Can I delete Xampp permanently(with mysql) on Mac OS?

  • ozer
    ozer over 9 years
    Thank for reply. Xampp files were found only .Trash folder.
  • Jonathan Nicol
    Jonathan Nicol about 7 years
    The XAMPP folder that is left behind may not be empty: It contains all your MySQL databases and the htdocs directory. This is really useful since that's the stuff you probably want to keep after you uninstall XAMPP.
  • Shashank Shah
    Shashank Shah almost 7 years
    Thanks for the help! :)
  • greaterKing
    greaterKing over 6 years
    Macs need to work on a consistent way to uninstall applications. Drag to trash to delete...sure...but some apps leave fragments of themselves in places like /Application Support of /Extensions. If deleting ".app" I think the OS should then ask "Would you like uninstall this app?" and then just do so.
  • Josh Bowman
    Josh Bowman over 5 years
    This was perfect for helping me find the local mounted machine and delete the files!