Unable to Install Chrome on Ubuntu 16.04 and unable to update Ubuntu [duplicate]

Clash Royale CLAN TAG#URR8PPP up vote
-2
down vote
favorite
This question already has an answer here:
Apt update error - âAn error occurred during the signature verificationâ (Chrome) [duplicate]
3 answers
This is what appears when I try sudo apt-get update:

google-chrome
marked as duplicate by user68186, mikewhatever, user535733, N0rbert, karel Mar 1 at 21:04
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
-2
down vote
favorite
This question already has an answer here:
Apt update error - âAn error occurred during the signature verificationâ (Chrome) [duplicate]
3 answers
This is what appears when I try sudo apt-get update:

google-chrome
marked as duplicate by user68186, mikewhatever, user535733, N0rbert, karel Mar 1 at 21:04
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
Please don't post screenshots of terminal text. Instead paste the text itself into your question, select it, and press the button in the editor to format it.
â pomsky
Feb 28 at 16:29
add a comment |Â
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
This question already has an answer here:
Apt update error - âAn error occurred during the signature verificationâ (Chrome) [duplicate]
3 answers
This is what appears when I try sudo apt-get update:

google-chrome
This question already has an answer here:
Apt update error - âAn error occurred during the signature verificationâ (Chrome) [duplicate]
3 answers
This is what appears when I try sudo apt-get update:

This question already has an answer here:
Apt update error - âAn error occurred during the signature verificationâ (Chrome) [duplicate]
3 answers
google-chrome
google-chrome
edited Feb 28 at 16:28
pomsky
23.3k77299
23.3k77299
asked Feb 28 at 16:24
Shreya
31
31
marked as duplicate by user68186, mikewhatever, user535733, N0rbert, karel Mar 1 at 21:04
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by user68186, mikewhatever, user535733, N0rbert, karel Mar 1 at 21:04
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
Please don't post screenshots of terminal text. Instead paste the text itself into your question, select it, and press the button in the editor to format it.
â pomsky
Feb 28 at 16:29
add a comment |Â
2
Please don't post screenshots of terminal text. Instead paste the text itself into your question, select it, and press the button in the editor to format it.
â pomsky
Feb 28 at 16:29
2
2
Please don't post screenshots of terminal text. Instead paste the text itself into your question, select it, and press the button in the editor to format it.
â pomsky
Feb 28 at 16:29
Please don't post screenshots of terminal text. Instead paste the text itself into your question, select it, and press the button in the editor to format it.
â pomsky
Feb 28 at 16:29
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
When I faced this issue on my system, I did an extensive search on Google. Post some good research, I figured out that google-chrome-stable is available via a 3rd party repository link.
Installation can be completed in just 3 steps as follows:
- Add the key using;
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- Set the repository:
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
- Perform the final update & installation using the commands:
sudo apt-get update
sudo apt-get install google-chrome-stable
This worked for me even on v16.04 LTS, so I am hopeful that it should work for you as well.
Thank you so much! It worked for me too. :)
â Shreya
Mar 1 at 14:24
I am glad @shreyateeza that it worked for you too. Kindly upvote it so that others facing the same issue can benefit from it. Also, do try updating Ubuntu now. If it works, great else we will figure out a solution for it too.
â mAnN
Mar 1 at 14:33
I am afraid I can't I tried to upvote but it isn't happening. :(
â Shreya
Mar 2 at 15:35
its ok @shreyateeza. It is because you do not have enough credits as of now. You marking the solution as right is enough right now for others to understand. Happy learning
â mAnN
Mar 2 at 15:39
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
When I faced this issue on my system, I did an extensive search on Google. Post some good research, I figured out that google-chrome-stable is available via a 3rd party repository link.
Installation can be completed in just 3 steps as follows:
- Add the key using;
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- Set the repository:
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
- Perform the final update & installation using the commands:
sudo apt-get update
sudo apt-get install google-chrome-stable
This worked for me even on v16.04 LTS, so I am hopeful that it should work for you as well.
Thank you so much! It worked for me too. :)
â Shreya
Mar 1 at 14:24
I am glad @shreyateeza that it worked for you too. Kindly upvote it so that others facing the same issue can benefit from it. Also, do try updating Ubuntu now. If it works, great else we will figure out a solution for it too.
â mAnN
Mar 1 at 14:33
I am afraid I can't I tried to upvote but it isn't happening. :(
â Shreya
Mar 2 at 15:35
its ok @shreyateeza. It is because you do not have enough credits as of now. You marking the solution as right is enough right now for others to understand. Happy learning
â mAnN
Mar 2 at 15:39
add a comment |Â
up vote
0
down vote
accepted
When I faced this issue on my system, I did an extensive search on Google. Post some good research, I figured out that google-chrome-stable is available via a 3rd party repository link.
Installation can be completed in just 3 steps as follows:
- Add the key using;
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- Set the repository:
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
- Perform the final update & installation using the commands:
sudo apt-get update
sudo apt-get install google-chrome-stable
This worked for me even on v16.04 LTS, so I am hopeful that it should work for you as well.
Thank you so much! It worked for me too. :)
â Shreya
Mar 1 at 14:24
I am glad @shreyateeza that it worked for you too. Kindly upvote it so that others facing the same issue can benefit from it. Also, do try updating Ubuntu now. If it works, great else we will figure out a solution for it too.
â mAnN
Mar 1 at 14:33
I am afraid I can't I tried to upvote but it isn't happening. :(
â Shreya
Mar 2 at 15:35
its ok @shreyateeza. It is because you do not have enough credits as of now. You marking the solution as right is enough right now for others to understand. Happy learning
â mAnN
Mar 2 at 15:39
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
When I faced this issue on my system, I did an extensive search on Google. Post some good research, I figured out that google-chrome-stable is available via a 3rd party repository link.
Installation can be completed in just 3 steps as follows:
- Add the key using;
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- Set the repository:
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
- Perform the final update & installation using the commands:
sudo apt-get update
sudo apt-get install google-chrome-stable
This worked for me even on v16.04 LTS, so I am hopeful that it should work for you as well.
When I faced this issue on my system, I did an extensive search on Google. Post some good research, I figured out that google-chrome-stable is available via a 3rd party repository link.
Installation can be completed in just 3 steps as follows:
- Add the key using;
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- Set the repository:
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
- Perform the final update & installation using the commands:
sudo apt-get update
sudo apt-get install google-chrome-stable
This worked for me even on v16.04 LTS, so I am hopeful that it should work for you as well.
answered Feb 28 at 18:43
mAnN
19118
19118
Thank you so much! It worked for me too. :)
â Shreya
Mar 1 at 14:24
I am glad @shreyateeza that it worked for you too. Kindly upvote it so that others facing the same issue can benefit from it. Also, do try updating Ubuntu now. If it works, great else we will figure out a solution for it too.
â mAnN
Mar 1 at 14:33
I am afraid I can't I tried to upvote but it isn't happening. :(
â Shreya
Mar 2 at 15:35
its ok @shreyateeza. It is because you do not have enough credits as of now. You marking the solution as right is enough right now for others to understand. Happy learning
â mAnN
Mar 2 at 15:39
add a comment |Â
Thank you so much! It worked for me too. :)
â Shreya
Mar 1 at 14:24
I am glad @shreyateeza that it worked for you too. Kindly upvote it so that others facing the same issue can benefit from it. Also, do try updating Ubuntu now. If it works, great else we will figure out a solution for it too.
â mAnN
Mar 1 at 14:33
I am afraid I can't I tried to upvote but it isn't happening. :(
â Shreya
Mar 2 at 15:35
its ok @shreyateeza. It is because you do not have enough credits as of now. You marking the solution as right is enough right now for others to understand. Happy learning
â mAnN
Mar 2 at 15:39
Thank you so much! It worked for me too. :)
â Shreya
Mar 1 at 14:24
Thank you so much! It worked for me too. :)
â Shreya
Mar 1 at 14:24
I am glad @shreyateeza that it worked for you too. Kindly upvote it so that others facing the same issue can benefit from it. Also, do try updating Ubuntu now. If it works, great else we will figure out a solution for it too.
â mAnN
Mar 1 at 14:33
I am glad @shreyateeza that it worked for you too. Kindly upvote it so that others facing the same issue can benefit from it. Also, do try updating Ubuntu now. If it works, great else we will figure out a solution for it too.
â mAnN
Mar 1 at 14:33
I am afraid I can't I tried to upvote but it isn't happening. :(
â Shreya
Mar 2 at 15:35
I am afraid I can't I tried to upvote but it isn't happening. :(
â Shreya
Mar 2 at 15:35
its ok @shreyateeza. It is because you do not have enough credits as of now. You marking the solution as right is enough right now for others to understand. Happy learning
â mAnN
Mar 2 at 15:39
its ok @shreyateeza. It is because you do not have enough credits as of now. You marking the solution as right is enough right now for others to understand. Happy learning
â mAnN
Mar 2 at 15:39
add a comment |Â
2
Please don't post screenshots of terminal text. Instead paste the text itself into your question, select it, and press the button in the editor to format it.
â pomsky
Feb 28 at 16:29