Chrome Browser on Debian

Updated 20-Sep-2023

Install Chrome on Debian

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

Create a Shortcut on Debian to Chrome

Create a shortcut with the following command line:

/usr/bin/google-chrome-stable --password-store=basic  %U

Update Chrome on Debian

Simply run the first two commands to update Chrome on Debian, every, time.