sudo aptitude purge dpkg -l | grep PHP| awk '{print $2}' |tr "\n" " " 查询卸载已安装PHP
dpkg -l | grep PHP| awk '{print $2}' |tr "\n" " "