how to update Xampp from Linux Ubuntu? [closed]

-2

Please someone put the commands to update xampp from Linux Ubuntu Mate. I never have problems installing, because there are always many tutorials and manuals where they explain step by step, but I can not find any that explain how to update. And I always have to wait until I change my computer or operating system to reinstall, and while my xampp is always outdated.

    
asked by cass 22.09.2017 в 20:29
source

1 answer

1

Be sure to add the XAAMP repository:

sudo add-apt-repository ppa:upubuntu-com/xampp

Then update with:

sudo apt-get update
    
answered by 22.09.2017 в 20:37