sudo /etc/init.d/apache2 restart
sudo /etc/init.d/apache2 stop
apt-get autoremove
查看端口
netstat -na |grep 80
你删除了/var/lib/dpkg/info
dpkg -l | grep ^ii | awk '{print $2}' | grep -v php5 | xargs sudo aptitude reinstall
sudo apt-get --reinstall install `dpkg --get-selections | grep '[[:space:]]install' | cut -f1`
http://www.chinaunix.net/jh/4/890028.html