2021年11月27日 星期六

[Ubuntu] 更新 Google Chrome

 

今天想要測試 Colab,發現出現錯誤訊息 ```This site may not work in your browser. Please use a supported browser. ```,看來只能更新了。步驟如下。

1. Add Google Chrome PPA

```wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - ```

```sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' ```


2. Install or Upgrade Google Chrome

```sudo apt-get update ```

```sudo apt-get install google-chrome-stable ```


3. Launch Google Chrome

原本版本為 Version 70.0.3538.102 (Official Build) (64-bit),更新後為 Version 96.0.4664.45 (Official Build) (64-bit)