- Xampp Download latest linux version [I downloaded my file to the downloads folder]
- Open Terminal
```
cd Downloands
```
- We give your file permission. You can give it at 777. Press X after typing TAB will auto complete
```
chmod +x xampp-linux-x64-7.0.9-2-installer.run
```
- We're running our file.
```
sudo ./xampp-linux-*-installer.run
```
- If you want to run the lamp without the interface then open the terminal / opt / lampp / lampp start.
```
sudo /opt/lampp/lampp start
```
if you want to see the interface and want to run it
sudo ./manager-linux.run (yada manager-linux-x64.run)