在 Ubuntu 10.X 桌面版上安装 LAMP

在 Ubuntu 10.X 桌面版上安装 LAMP

我想在 Ubuntu 桌面版上安装 LAMP 堆栈10.x。我是否必须通过服务器版本重新安装整个堆栈apt-get install

答案1

不。只需打开终端并输入以下内容:

sudo tasksel install lamp-server

如果您想要显示应用程序组的整个菜单:
sudo tasksel

您可以在以下时间使用 Ubuntu 帮助(如果您遇到困难):
https://help.ubuntu.com/community/ApacheMySQLPHP

相关内容