📜  ubuntu 中的 google-chrome - Shell-Bash (1)

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

在 Ubuntu 上安装并使用 Google Chrome

简介

Google Chrome 是一款现代化的网页浏览器,提供了丰富的扩展和功能。在 Ubuntu 上安装 Google Chrome 可以满足开发人员对于浏览器的需求。

步骤
1. 下载 Google Chrome

在 Ubuntu 上下载 Google Chrome,请打开终端并输入以下命令:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2. 安装 Google Chrome

在下载完 Google Chrome 后,使用以下命令进行安装:

sudo dpkg -i google-chrome-stable_current_amd64.deb
3. 启动 Google Chrome

安装完成后,在终端中输入以下命令启动 Google Chrome:

google-chrome
4. 在 Shell 中启动 Google Chrome

若要在 Shell 中以命令形式启动 Google Chrome,可以使用以下命令:

google-chrome &

这会在后台启动 Google Chrome,并且可以继续使用终端。

5. 卸载 Google Chrome

若要卸载已经安装的 Google Chrome,可以使用以下命令:

sudo apt-get remove google-chrome-stable
结论

在 Ubuntu 上安装和使用 Google Chrome 是一件非常简单的事情。通过这篇文章,我们可以实现在 Shell 中启动 Google Chrome 的效果。

以上内容均可以以 Markdown 文本格式呈现。