📌  相关文章
📜  从 ubuntu 中删除 microsoft edge - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:39.615000             🧑  作者: Mango

代码示例1
# DEV Version
sudo apt remove microsoft-edge-dev 

# Stable Version
sudo apt remove microsoft-edge

# Remove the settings and configuration files along with the program
# DEV Version
sudo apt purge microsoft-edge-dev

# Remove the settings and configuration files along with the program
# Stable Version
sudo apt purge microsoft-edge