|
Re: Linux OS
I'm pretty sure you can install LAMP on any major distro at install time or later on fairly easily. In fact, it should be relatively similar on all of them, just run:
package-manager-command-to-install apache php mysql
Of course, the package manager command would be different on every distro, and some might append version number to the package names, like apache2, php5, etc.
|