Ubuntu18.04下载安装Google图解法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
首先Ctrl + Alt + T打开终端,或者可以在在搜索框搜索终端。
(1)sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/ ,(将下载源加入到系统的源列表)执行完后会出现下面的结果。
(2) wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -,(导入谷歌软件的公钥,用于下面步骤中对下载软件进行验证。)执行完后会出现OK。
(3)sudo apt-get update,(用于对当前系统的可用更新列表进行更新。这也是许多 Linux 发行版经常需要执行的操作,目的是随时获得最新的软件版本信息。)执行完后会出现下面的结果。
(4)sudo apt-get install google-chrome-stable,(执行对谷歌 Chrome 浏览器(稳定版)的安装)执行完后会出现下面的结果。
(5)/usr/bin/google-chrome-stable,将会启动谷歌 Chrome 浏览器,它的图标将会出现在屏幕左侧的 Launcher 上,在图标上右键——“添加到收藏夹”,以后就可以简单地单击启动了。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)