/etc/apt/sources.list
deb http://ftp.us.debian.org/debian testing main contrib non-free
apt-get install php5 mysql-server mysql-client
本文介绍如何在Debian系统中通过编辑sources.list文件添加软件源,并安装PHP5及MySQL服务器客户端的过程。主要内容包括设置软件源及安装必要的数据库和脚本语言组件。
/etc/apt/sources.list
deb http://ftp.us.debian.org/debian testing main contrib non-free
apt-get install php5 mysql-server mysql-client
1033
144

被折叠的 条评论
为什么被折叠?