Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 11025  / 1 Year ago, sat, january 14, 2023, 6:35:58

I am installing xampp in ubuntu 13.04, but while installing the xampp..



when i try to extract the file .. it shows the following message



               sudo tar xvfz xampp-linux-1.8.1.tar.gz -C /opt


The response is as follows..



      tar (child): xampp-linux-1.8.1.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now


How to get rid of the error.


More From » 13.04

 Answers
1

I don’t know from where you have got that package. But XAMP have a very easy of installing. open your terminal with CTRL+ALT+T then paste these lines one after one flawlessly.



For 32-Bit Ubuntu



wget http://www.apachefriends.org/download.php?xampp-linux-1.8.3-1-installer.run
chmod +x xampp-linux-1.8.3-1-installer.run
./xampp-linux-1.8.3-1-installer.run


For 64-Bit Ubuntu



wget http://www.apachefriends.org/download.php?xampp-linux-x64-1.8.3-1-installer.run
chmod +x xampp-linux-x64-1.8.3-1-installer.run
./xampp-linux-x64-1.8.3-1-installer.run


After installing to start XAMP type the command as



 /opt/lampp/lampp start


Then check your browser with http://localhost for proper installation verification.


[#29671] Saturday, January 14, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ularousand

Total Points: 380
Total Questions: 109
Total Answers: 101

Location: England
Member since Tue, Sep 8, 2020
4 Years ago
;