Skip to content

Installation of LAMPP

Ajmal Aju edited this page Jul 3, 2018 · 2 revisions

Note : LAMPP is the Linux specific version of XAMPP.

Download LAMPP-Server using this command

sudo apt-get install lamp-server^

Goto https://www.apachefriends.org/download.html and download the version of LAMPP software that you want for Linux (Ubuntu).

Open your Terminal and locate the file (by default it downloads into the Downloads folder)

cd Downloads

Execute this command

sudo chmod +x xampp-linux-x64-7.1.7-0-installer.run

Note : The version of XAMPP you'll download might be different, so change the version in this command accordingly.


You'll be asked for your system's password

Now go into SuperUser mode

sudo su

Run the installer, but don't close the Terminal.

./xampp-linux-x64-7.1.7-0-installer.run

Note: Again change the version for executing this command.

A dialog box will open, if you get an error, ignore it. In the dialog box, click next(for each step) and move through the process of installation. Once XAMPP is installed, click finish.

Go back to your Terminal and change the directory

cd /opt/lampp

To set a password, type

./lampp security

Press y(Enter) and enter a new password and re-enter this password again to confirm

Start XAMPP

./xampp start

Type exit(Enter) to exit the SuperUser

To start LAMPP, execute this command

sudo /opt/lampp/lampp start

To stop LAMPP, execute this command

sudo /opt/lampp/lampp stop

Node Errors:-

Node Version Manager : Using brew

https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11

ENOSPC: System limit for the number of file watchers reached, watch

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory

https://stackoverflow.com/questions/55097675/node-error-while-loading-shared-libraries-libicui18n-so-62-cannot-open-shared

Flutter HandTips : -

Form Fields Prefilling from an API Call, in a simple way (Small Delay Expected)

https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter

Django Workarounds

Query using subquery and distinct uniqueness overloaded (><)

https://stackoverflow.com/a/56333533/9301191

R for Debian

Installation and Updation

http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html

Clone this wiki locally