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

The name of the pictureThe name of the pictureThe name of the pictureClash 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:



This is what appears when I try sudo apt-get update










share|improve this 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















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:



This is what appears when I try sudo apt-get update










share|improve this 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













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:



This is what appears when I try sudo apt-get update










share|improve this question
















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 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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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













  • 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











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.






share|improve this answer




















  • 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

















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.






share|improve this answer




















  • 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














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.






share|improve this answer




















  • 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












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.






share|improve this answer












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.







share|improve this answer












share|improve this answer



share|improve this answer










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
















  • 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


Popular posts from this blog

Trouble downloading packages list due to a “Hash sum mismatch” error

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

How do I move numbers in filenames, in a batch renaming operation?