【在ubantu20.04上安装google chrome】
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在ubantu20.04上安装google chrome
1.下载谷歌浏览器
可以通过百度搜索谷歌浏览器的官方网站下载使用于linux系统xxx.deb格式的谷歌浏览器,或者通过如下命令行安装。这里这里有两种方式:1.可以在你想要下载的地方打开终端。2.或者直接ctrl+alt+t,打开终端,在通过cd命令去到你想要将谷歌浏览器下载的地方。
然后执行如下命令:
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2.安装谷歌浏览器
可以拥有管理员权限用类似sudo dpkg -i xxx.deb的命令。
sudo apt install ./google-chrome-stable_current_amd64.deb
然后就可以输入账号密码进行安装。
如果第二步没有错误就不用执行,以下命令行
sudo apt -f install
我的终端命令安装如下所示:
启动谷歌浏览器
在“活动”搜索栏中,键入“ Google Chrome”,然后单击图标以启动该应用程序:
更新谷歌浏览器
使用cat命令
cat /etc/apt/sources.list.d/google-chrome.list
若输出
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
这样你的谷歌浏览器将会自动更新。
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:4 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)