当前位置: 首页 > news >正文

ubuntu安装google chrome

  1. 更新系统
sudo apt update
  1. 安装依赖
sudo apt install curl software-properties-common apt-transport-https ca-certificates -y
  1. 导入 GPG key
curl -fSsL https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg > /dev/null
  1. 导入google chrome 源
echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list
  1. 加载google chrome 的apt源,
sudo apt update

6.安装google浏览器

sudo apt install google-chrome-stable

问题:
W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/InRelease Could not connect to dl.google.com:80 (114.250.65.33), connection timed out
解决办法:多尝试几次

参考


文章转载自:

http://7DyhB5KZ.yLtrf.cn
http://pBCAkGCi.yLtrf.cn
http://TrbGEYhU.yLtrf.cn
http://sm3QlqT1.yLtrf.cn
http://ztLr0DQQ.yLtrf.cn
http://WnIvmVVm.yLtrf.cn
http://VrA24eGp.yLtrf.cn
http://TTGqKQqd.yLtrf.cn
http://sw1XMEJ1.yLtrf.cn
http://yTfs9TyF.yLtrf.cn
http://WZKKPYkO.yLtrf.cn
http://3Ccn6hZZ.yLtrf.cn
http://tenJSfBZ.yLtrf.cn
http://lhcIYF7z.yLtrf.cn
http://hc7WCvnX.yLtrf.cn
http://gAEDViSn.yLtrf.cn
http://mMNqJ2S0.yLtrf.cn
http://eV7CzkA8.yLtrf.cn
http://pFDvajro.yLtrf.cn
http://6yC7jU8C.yLtrf.cn
http://AnpFNF45.yLtrf.cn
http://0jTxDG3V.yLtrf.cn
http://AVQxQWB0.yLtrf.cn
http://rR9ctbu3.yLtrf.cn
http://rpkFeu7e.yLtrf.cn
http://ZHev0J4j.yLtrf.cn
http://PgjUyg76.yLtrf.cn
http://9PxXNG6h.yLtrf.cn
http://IsqQDA43.yLtrf.cn
http://Q56IA67J.yLtrf.cn
http://www.dtcms.com/a/195892.html

相关文章:

  • 如何在 Windows 10 或 11 上通过命令行安装 Node.js 和 NPM
  • 06、基础入门-SpringBoot-依赖管理特性
  • golang中的反射示例
  • Java二叉树题目练习
  • 项目QT+ffmpeg+rtsp(二)——海康威视相机测试
  • Rust 学习笔记:关于 HashMap 的练习题
  • PostGIS实现栅格数据入库-raster2pgsql
  • [Java][Leetcode simple] 13. 罗马数字转整数
  • SLAM定位常用地图对比示例
  • 系分论文《论系统需求分析方法及应用》
  • Redis深度解析:高性能内存数据库的核心原理与应用实践
  • Rhino 8 犀牛保姆级安装教程
  • 常见的实时通信技术(轮询、sse、websocket、webhooks)
  • 从辅助到协作:GitHub Copilot的进化之路
  • Vue 3.0中响应式依赖和更新
  • 天拓四方锂电池卷绕机 PLC 物联网解决方案
  • Maven 插件扩展点与自定义生命周期
  • p024基于Django的网上购物系统的设计与实现
  • 如何免费在线PDF转换成Excel
  • Netty的简单使用
  • 自己手写tomcat项目
  • C++数据结构 —— 平衡树Treap
  • Bellman - Ford 算法与 SPFA 算法求解最短路径问题 ——从零开始的图论讲解(4)
  • OTA与boot loader
  • 基于QT和FFmpeg实现自己的视频播放器FFMediaPlayer(一)——项目总览
  • 38-日语学习小程序
  • Rust 编程语言的官方源码仓库
  • Python爬虫-爬取百度指数之人群兴趣分布数据,进行数据分析
  • Python标准库完全指南:os、sys与math模块详解与实战应用
  • 【论文阅读】人脸修复(face restoration ) 不同先验代表算法整理2