欢迎莅临阿Q的项目

专业WP商业设计开发销售中心

在Ubuntu Desktop 11.10 上安装LAMP实录

之所以想用苹果系统,其实是一时心血来潮想将开发平台转移到UNIX上去,既然黑苹果梦破灭,退而求其次,Ubuntu也是一个不错的选择,毕竟这俩系统共一个祖宗。

一键安装:
[syntaxHighLighter brush="shell"]

sudo apt-get install apache2  apache2-mpm-prefork  apache2-utils apache2.2-bin  apache2.2-common libapache2-mod-php5  libapr1  libaprutil1  libaprutil1-dbd-sqlite3 libaprutil1-ldap  libdbd-mysql-perl libdbi-perl  libmysqlclient16  libnet-daemon-perl  libplrpc-perl  mysql-client-5.1  mysql-common  mysql-server mysql-server-5.1 mysql-server-core-5.1 php5-common  php5-mysql

[/syntaxHighLighter]
一键卸载:
[syntaxHighLighter brush="shell"]

sudo apt-get remove --purge apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 php5-common php5-mysql
sudo rm -R /etc/php5

[/syntaxHighLighter]

如果喜欢本文,请分享给朋友们