-1
I started using Linux (Ubuntu 18.04) recently and have come across many difficulties.
So, I tried a few times to install the lampp stack on Ubuntu and I was unable to succeed. There was always some error. And I want to know the correct way to install each, in this case, apache, mysql and php, in the latest versions. The problem is that I’ve been installing and uninstalling packages. And it’s a bit messy. What should I do? How to remove the mess and install everything again with the best possible way to work?
sudo apt-get install lamp-server^
– Costamilam
I managed to install. I found the link https://websiteforstudents.com/installing-apache2-mariadb-on-ubuntu-16-04-17-10-18-04-with-php-7-2-support-lamp/
– TiagoCC4