turtlebot3-burger_150.png
turtlebot3-waffle-pi_150.png
turtlebot3-arm_150.png
walking-y2_150.png
turbot3-multi_150.png
turbot3-dl-ros1_150.png
turbot3-ai.png
turbot3-dl-ros2_150.png
turbot3-slam_150.png
turbot3-arm_150.png
turtlebot4-lite_150.png
turtlebot4-pro_150.png
turbot4-dl_150.png
turbot4-ai_150.png
aidriving-racebot_150.png
aidriving-autodrive_150.png
turtlebot-arm_150.png
openmanipulator-x_150.png
Home » Ubuntu系统入门教程 » Ubuntu系统入门教程-安装chrome浏览器

Ubuntu系统入门教程-安装chrome浏览器

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

Ubuntu系统入门教程-安装chrome浏览器

说明:

  • 介绍如何在ubuntu安装chrome浏览器
  • 环境: ubuntu20.04

安装开源版本chromium-browser步骤:

  • 安装:
sudo apt install chromium-browser

安装chrome步骤:

  • 增加KEY
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
  • 增加google仓库
sudo add-apt-repository "deb http://dl.google.com/linux/chrome/deb/ stable main"
  • 更新和安装
sudo apt update && sudo apt install google-chrome-stable
  • 打开浏览器
google-chrome


  • 卸载
sudo apt remove google-chrome-stable

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号


标签: ubuntu系统入门教程