首页>>帮助中心>>Windows香港vps如何在powershell中用scoop卸载软件以及删除软件配置文件

Windows香港vps如何在powershell中用scoop卸载软件以及删除软件配置文件

2024/11/6 73次
Windows香港vps在powershell中用scoop卸载软件以及删除软件配置文件

1. 删除软件配置文件:scoop reset app,例如删除php的:scoop resetphp

2.卸载软件:scoop uninstall app,例如卸载php:scoop uninstall php

3.卸载软件以及删除配置文件:scoop uninstall app-p,例如卸载删除php:scoop uninstall php -p