Pages

Monday, 26 January 2026

Chrome Installation & version update in Ubuntu


Chrome Installation Method 1

sudo -i

ciprus123

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

(after download complete)

sudo apt install ./google-chrome-stable_current_amd64.deb


Chrome Installation Method 2

sudo -i

ciprus123

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

ls -lh

(after above command the file name is shown)

(if name look like "google-chrome-stable_current_amd64.deb")

apt install ./google-chrome-stable_current_amd64.deb


Chrome version update

ஏற்கனவே Chrome Installation ல் இருந்து 2.0 open ஆகவில்லை எனில் chrome version யை பின்வருமாறு update செய்யவும். 

sudo -i

ciprus123

sudo apt --only-upgrade install google-chrome-stable

No comments:

Post a Comment