Horje
install xampp ubuntu 20.04 Code Example
xammp lubuntu
wget "https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/7.4.7/xampp-linux-x64-7.4.7-0-installer.run/download" -O xampp-installer.run
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
xammp lubuntu
chmod +x xampp-installer.run
xampp ubuntu 20.04
to install xampp ubuntu 20.04 
follow this link
https://linuxconfig.org/how-to-install-xampp-on-ubuntu-linux




Shell

Related
refresh gnome shell Code Example refresh gnome shell Code Example
dowload latest release github curl Code Example dowload latest release github curl Code Example
sum of array elements bash Code Example sum of array elements bash Code Example
ubuntu activate venv Code Example ubuntu activate venv Code Example
adb find device ip Code Example adb find device ip Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10