remove xampp from ubuntu
// creats an uninstall exec file
sudo chmod +x /opt/lampp/uninstall
// call the exec file to uninstall ( an user interface it will appear )
sudo /opt/lampp/uninstall
remove xampp from ubuntu
// creats an uninstall exec file
sudo chmod +x /opt/lampp/uninstall
// call the exec file to uninstall ( an user interface it will appear )
sudo /opt/lampp/uninstall
install xampp ubuntu 20.04
// download the xampp from this link
https://www.apachefriends.org/download.html
// navigate to Download folder
cd ~/Download
// make the run file exec
chmod +x xampp-linux-(xampp version)-installer.run
// run the exec file with sudo
sudo ./xampp-linux-(xampp version)-installer.run
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us