📅  最后修改于: 2023-12-03 14:59:55.624000             🧑  作者: Mango
This guide will walk you through the process of updating Google Chrome on Ubuntu 20.04 using the shell/bash commands. It is crucial to keep your Chrome browser up-to-date to ensure security patches, bug fixes, and access to the latest features.
Before proceeding with the update, make sure you have the following:
Follow the steps below to update Google Chrome on Ubuntu 20.04:
Launch the terminal by pressing Ctrl+Alt+T
or opening it from the applications menu.
Add the Google Chrome repository key using the following command:
wget -q -O - https://dl.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-chrome.list'
sudo apt update
sudo apt upgrade google-chrome-stable
Congratulations! You have successfully updated Google Chrome on Ubuntu 20.04.
unattended-upgrades
.Remember to periodically check for updates to keep your browser optimized and secure.
Note: Markdown syntax has been used to enhance the readability and formatting of the instructions provided above.