0

I am having a problem with my Acer Chromebook 314. I am trying to install XAMPP for Linux, but it does not work. I tried downloading this by running the command:

sudo apt-get install xampp 

and got an error message:

Unable to locate package `xampp`

Can someone help me?

Thanks in advance.

NotTheDr01ds
  • 22,082

1 Answers1

1

There is no package named xampp in the Ubuntu repositories, which is why apt cannot locate it.

To install the XAMPP stack, go to http://apachefriends.org/index.html and follow the install instructions there.

user535733
  • 68,493