Return to site

Google chrome error 3

broken image
broken image

This create an a.out in the working directory. Once you've copied and saved the program compile from command line: :~$ g++ googGt.cpp Its nothing spectacular just some function abstraction. GoogLst << '# You may comment out this entry, but any other modifications' GoogLst << '# THIS FILE IS AUTOMATICALLY CONFIGURED #' << endl GoogGtr << '$APUPD\n\n$APGTN google-chrome-stable -y\n' << endl GoogGtr << 'APUPD=\'apt-get update\'\nUPD=\'updatedb\'\n' << endl GoogGtr << '#! /bin/bash\n\nAPGTN=\'apt-get install\'' << endl This googGt.cpp is created to install the google-chrome web browserĬout > /etc/apt//google.list\n\n$UPD\n\nexit' << endl Next copy the following program from this post into gedit and save it as googGt.cpp If you do not already have build-essential installed as dependency, or c++ (g++) development you must install it first: :~$ sudo apt-get install build-essential -y I usually write programs to handle anything, that I think I might have to do again in the future! Consequently installing google-chrome is something I've done many times. Hello people of the Ubuntu Universe, I wrote a c++ program for installing google chrome 64 bit, Pandya's answer is very similiar.