How to install xampp 1.8.1 in Ubuntu 12.10,13.04,13.10
So you have Installed the Ubuntu 12.10 and now wants to add the xampp (or) lampp into it...then follow this steps Download the latest version of xampp for either 32 (or) 64 bit from the link Download xampp Go to the terminal and log in as administrator using the commands sudo su Then before extracting the tar file navigate to directory where it has been downloaded For eg: I downloaded it from Chrome and it saved me in a Downloads folder, so I navigated to the downloads folder first then extracting the tar file So now use this command to extract the tar file tar xvfz xampp-linux-1.8.1.tar.gz -C /opt For 64bit version: Start If you downloaded the 64 bit then you need to install the 32bit libraries from repository to start the xampp, otherwise you will get this error message " XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system." ...