红联Linux门户
Linux帮助

Ubuntu下使用Tasksel安装LAMP

发布时间:2015-12-10 10:50:39来源:linux网站作者:左手码农

一般来说,Ubuntu下安装LAMP套件,需要apt安装很多包(如apache2、php5等),来构成一个完整的LAMP系统。而使用tasksel的话,则能够通过一条语句直接搞定!
Tasksel,它是一个Debian下的安装任务套件,如果你为了使你的系统完成某一种常规功能,而需要安装多个软件包时,我们就可以使用它了。
注意:Tasksel在ubuntu server里是预装的,而在桌面版里是不预装的,这时候就需要自己安装Tasksel。


安装Tasksel:

sudo apt-get install tasksel


安装lamp环境:

sudo tasksel install lamp-server

Ubuntu下使用Tasksel安装LAMP

接下来,会提示设置MySQL数据库密码,按照要求来就可以了。


检查是否安装成功

根据部署的服务器IP进行访问(本地的话可用localhost)

Ubuntu下使用Tasksel安装LAMP


安装软件包方式:sudo apt-get和sudo tasksel有何不同:http://www.linuxdiyf.com/linux/9933.html

Ubuntu下快速安装LAMP server及Apache的安装:http://www.linuxdiyf.com/linux/16209.html

在Fedora 23 Server和Workstation上安装LAMP(LinuxApacheMaria:http://www.linuxdiyf.com/linux/15822.html

Fedora 23如何安装LAMP服务器:http://www.linuxdiyf.com/linux/15640.html

PHP:Linux/Ubuntu15.04搭建LAMP开发环境图解教程:http://www.linuxdiyf.com/linux/14375.html