📜  卸载 chrome 应用程序 - Shell-Bash (1)

📅  最后修改于: 2023-12-03 15:22:50.646000             🧑  作者: Mango

卸载 Chrome 应用程序 - Shell-Bash

本文将介绍如何在 Shell-Bash 中卸载 Chrome 应用程序。

卸载前提

在执行卸载操作之前,请确认您已经正确安装了 Chrome 应用程序。如果您不确定是否正确安装,请先检查一下是否可以正常运行 Chrome 应用程序。

卸载过程

在 Shell-Bash 中执行以下命令:

sudo apt-get remove google-chrome-stable

执行此命令将删除 Chrome 应用程序的安装文件并卸载该程序。如果您还想清除 Chrome 应用程序的配置文件和数据,请执行以下命令:

sudo apt-get purge google-chrome-stable

这将删除 Chrome 应用程序的配置文件和数据,包括书签、扩展、历史记录等。

卸载后续操作

如果您希望重新安装 Chrome 应用程序,请执行以下命令:

sudo apt-get update
sudo apt-get install google-chrome-stable

这将重新安装 Chrome 应用程序并更新系统信息。

总结

通过本文,您已经了解了如何在 Shell-Bash 中卸载 Chrome 应用程序,并清除其配置文件和数据。如果您需要重新安装该应用程序,只需执行简单的命令即可完成。