在 Ubuntu 20.04 上安装 Chrome

在 Ubuntu 20.04 上安装 Chrome

我想从终端安装适用于 Linux(Ubuntu)的 Google Chrome。我对该过程有所了解。

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

请解释一下 wget 之后的上述链接的结构。

我已经在终端上尝试过这个命令,

wget https://www.google.com/chrome/thank-you.html?statcb=0&installdataindex=empty&defaultbrowser=0#

wget 之后的上述链接导致在 GUI Firefox 中下载 Chrome 的安装文件,因此我尝试使用 wget,结果是终端在桌面上保存了一个文件(从那里我运行了命令)。

该文本文件包含:

--2021-01-25 18:52:13--  https://www.google.com/chrome/thank-you.html?statcb=0
Resolving www.google.com (www.google.com)... 142.250.76.164, 2404:6800:4009:81a::2004
Connecting to www.google.com (www.google.com)|142.250.76.164|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 216841 (212K) [text/html]
Saving to: ‘thank-you.html?statcb=0’

thank-you.html?stat   0%[                    ]       0  --.-KB/s               
thank-you.html?stat  83%[===============>    ] 176.04K   878KB/s               
thank-you.html?stat 100%[===================>] 211.76K   972KB/s    in 0.2s    

2021-01-25 18:52:14 (972 KB/s) - ‘thank-you.html?statcb=0’ saved [216841/216841]

-- END OF TEXT FILE

为什么会发生这种情况?在哪里可以找到 https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 这个链接?

相关内容