Getting Error Message when trying to install Chrome by command line

Brian Turner

I just reinstalled 15.10 because 16.04 crashed and would not boot.

These are the steps I did per the forum:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable

This is the error message:

sudo apt-get install google-chrome-stable  
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 
hellozee

Well its simple , just run sudo dpkg --configure -a as directed by the error.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Getting error when trying to install PHP on Ubuntu

From Dev

getting error when trying to execute an Sql command

From Dev

Error when trying to escape " in php for command line

From Dev

Keep getting checked for errors message when logging in at command line

From Dev

Why am I getting an error message when trying to "wipe" my micro-sd card using dd command?

From Dev

Protractor error message "unsupported command-line flag" in Chrome?

From Dev

Getting error message when trying to break out of a while loop in Python

From Dev

Getting error message when trying to start a virtual machine

From Dev

Getting an error message when trying to open an excel file by double click

From Dev

Getting error message when trying to break out of a while loop in Python

From Dev

Getting error when trying to do the customized message in jQuery validate

From Dev

getting an error: relink message when doing a make install for openldap

From Dev

Getting error ": command not found" when trying to run shell script

From Dev

install4j: Show URL action fails without error message when launching GUI mode from command line (Windows and Linux)

From Dev

trying to install FOSUserBundle but getting error

From Dev

Trying to install Pod but getting an error

From Dev

command line error when trying to use java package

From Dev

Error when trying to accept a directory path as a command line argument

From Dev

Getting error when using command line for SASS to watch files

From Dev

Trying to install bcrypt & command line throwing errors

From Dev

Getting error while trying to run this command " pipenv install requests " in mac OS

From Dev

getting permission denied error at command line trying to run a C pthread program

From Dev

Error when trying to install plotly

From Dev

Error when trying to install pycurl

From Dev

Error when trying to install wine

From Dev

Error when trying to install plotly

From Dev

Error when trying to install GPGME

From Dev

Error when trying to install coloredlogs

From Dev

How to Install Google Chrome from the command line

Related Related

  1. 1

    Getting error when trying to install PHP on Ubuntu

  2. 2

    getting error when trying to execute an Sql command

  3. 3

    Error when trying to escape " in php for command line

  4. 4

    Keep getting checked for errors message when logging in at command line

  5. 5

    Why am I getting an error message when trying to "wipe" my micro-sd card using dd command?

  6. 6

    Protractor error message "unsupported command-line flag" in Chrome?

  7. 7

    Getting error message when trying to break out of a while loop in Python

  8. 8

    Getting error message when trying to start a virtual machine

  9. 9

    Getting an error message when trying to open an excel file by double click

  10. 10

    Getting error message when trying to break out of a while loop in Python

  11. 11

    Getting error when trying to do the customized message in jQuery validate

  12. 12

    getting an error: relink message when doing a make install for openldap

  13. 13

    Getting error ": command not found" when trying to run shell script

  14. 14

    install4j: Show URL action fails without error message when launching GUI mode from command line (Windows and Linux)

  15. 15

    trying to install FOSUserBundle but getting error

  16. 16

    Trying to install Pod but getting an error

  17. 17

    command line error when trying to use java package

  18. 18

    Error when trying to accept a directory path as a command line argument

  19. 19

    Getting error when using command line for SASS to watch files

  20. 20

    Trying to install bcrypt & command line throwing errors

  21. 21

    Getting error while trying to run this command " pipenv install requests " in mac OS

  22. 22

    getting permission denied error at command line trying to run a C pthread program

  23. 23

    Error when trying to install plotly

  24. 24

    Error when trying to install pycurl

  25. 25

    Error when trying to install wine

  26. 26

    Error when trying to install plotly

  27. 27

    Error when trying to install GPGME

  28. 28

    Error when trying to install coloredlogs

  29. 29

    How to Install Google Chrome from the command line

HotTag

Archive