我使用了ampps,但我遇到了很多问题,所以我决定删除它,所以我想干净完整地删除t我有Ubuntu 18。
我试过了:
sudo apt purge ampps*
我得到:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ampps*
E: Couldn't find any package by glob 'ampps*'
E: Couldn't find any package by regex 'ampps*'
不能使用apt
卸载ampps
,因为它是使用Ampps-<version>-<arch>.run
脚本安装的。根据ampps-wiki:ampps安装在固定路径/usr/local/ampps
上
卸载ampps:
sudo pkill ampps
sudo rm -rf /usr/local/ampps