Updating Google Chrome on Fedora 23

I am using Fedora 23 laptop and installed stable version Google Chrome from its official website [0]. In this case, just using Updates of Fedora Software program doesn’t update Chrome automatically. For the case, follow below commands to update your Chrome:

$ sudo dnf update google-chrome-stable
...
$ sudo killall chrome
$ google-chrome-stable

The second killall command is necessary because Chrome doesn’t kill its process by just cliking Close button. Or, you may reboot your computer but you wouldn’t like that.

[0] https://www.google.com/chrome/browser/desktop/index.html?brand=CHBD&gclid=CKiMjdqX5dICFYcGKgodqZIM2Q

Avatar
SeongJae Park
Kernel Development Engineer

SeongJae Park is a programmer who loves to analyze and develop systems.

Related