我在 14.04 上按照这个答案安装了 PHP :
sudo -i
wget http://in1.php.net/distributions/php-5.3.29.tar.bz2
tar -xvf php-5.3.29.tar.bz2
cd php-5.3.29
./configure
make
make install
Run Code Online (Sandbox Code Playgroud)
我现在想卸载它,并确保没有安装其他版本(打包或其他),如果有,也删除它们。我怎样才能做到这一点?
uninstall ×1