Score:0

google chrome deprecated key on ubuntu

sc flag

I was installing google chrome browser on my Ubuntu 22.04 through Google's repository. When I add the GPG key, it throws a warning stating, "warning: apt-key is deprecated"

the command I used to add the key is.

wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

although the installation followed by this step was successful, but I am curious about this warning and how to get rid of this.

ChanganAuto avatar
us flag
It's just a warning, no need to worry (for now).
Artur Meinild avatar
vn flag
Also see [this thread](https://askubuntu.com/questions/1286545/what-commands-exactly-should-replace-the-deprecated-apt-key)..
Score:0
py flag

Use this command to install the keys, you also need to remove old ones

wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/chrome.gpg
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.