Page 1 of 1

Typos in the Linux FAQ

PostPosted: 22. March 2020 19:52
by tormec
The Linux FAQ [https://www.apachefriends.org/faq_linux.html], at the questions "how to start/stop xampp", say:
Code: Select all
sudo /opt/lampp/lampp start
wherese it should be
Code: Select all
sudo /opt/lampp/xampp start

and
Code: Select all
sudo /opt/lampp/lampp stop
wherese it should be
Code: Select all
sudo /opt/lampp/xampp stop


I'm using xampp 7.3.15

Re: Typos in the Linux FAQ

PostPosted: 23. March 2020 11:23
by Nobbie
No. Its correct, 'lampp' and 'xampp' are both there and actually linked. You can use either.