13 October, 2023

[SOLVED] Cannot update Chrome on Ubuntu

After update Chrome would not accept the recent version. That's why I used the command line approach. This is what worked for me:

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'\n\n

sudo apt-get update

sudo apt install google-chrome-stable

No comments: