What?s the current recommended way of installing (Google) Chrome?
Opening google-chrome-stable_current_amd64.deb (downloaded from Google) in Discover or the package installer gives a missing dependencies messages.
Trying a manual process that recommended
as the first step gave
With older Kubuntu releases, installing Chrome or other 3rd-party Gnome-targeting applications sometimes messed up Plasma settings for GTK applications, so I?m looking for a confirmed safe way that won?t do that.
I very happily use Firefox for virtually all my web browsing needs (its standards compliance is much better in almost all aspects), but wouldn?t mind having Chrome for testing. (Also, my kid wants the changeable Google Meets background, which Firefox apparently doesn?t support.)
Thanks!
Opening google-chrome-stable_current_amd64.deb (downloaded from Google) in Discover or the package installer gives a missing dependencies messages.
Trying a manual process that recommended
Code:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Code:
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). gpg: no valid OpenPGP data found.
I very happily use Firefox for virtually all my web browsing needs (its standards compliance is much better in almost all aspects), but wouldn?t mind having Chrome for testing. (Also, my kid wants the changeable Google Meets background, which Firefox apparently doesn?t support.)
Thanks!
Comment