-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/15/2013 11:13 PM, Ethan Rosenberg, PhD wrote:
> On 04/15/2013 09:41 PM, Sarunas Burdulis wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 04/15/2013 07:09 PM, Ethan Rosenberg, PhD wrote:
>>> Dear list -
>>>
>>> Installed Google Chrome.  Can start from the applications dropdown list.
>>>
>>> 1] No desktop icon
>>> 2] Wish to be able to start from command line so that I can start it
>>> with a specific file.
>>>
>>> A search on Google gives the start command as google-chrome.  I can't
>>> make it work.
>>>
>>> rosenberg:/home/ethan# google-chrome %U
>>> bash: google-chrome: command not found
>>>
>>> Any ideas?
>>
>> Show what's installed:
>>
>> dpkg -l \*google\* | grep ^i
>>
>> Find out what has been installed from a given package,
>> e.g. from 'google-chrome-stable':
>>
>> dpkg -L google-chrome-stable
>>
>> Or filter for binaries:
>>
>> dpkg -L google-chrome-stable| grep bin
>>
>> Sarunas
>>
> ==========
> Sarunas -
> 
> google-chrome not installed.
> 
> 1]How do I find out what is installed?

dpkg -l

> 2] ow do I properly install google chrome

Download from google.com (select Debian/Ubuntu package .deb).

As root, while in the directory where the downloaded file is,
run `dpkg -i downloaded_file`, e.g.:

dpkg -i google-chrome-stable_current_amd64.deb

If the above fails with dependency errors (not uncommon), then run:

apt-get -f install

which should install missing dependencies and then complete the
installation of google-chrome. This package from Google not only
installs google-chrome, but also adds Google's package repository to
your system, so the updates to google-chrome will be installed with
regular Debian package management tools.

Sarunas Burdulis
http://math.dartmouth.edu/~sarunas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlFtSWkACgkQejaFVltl6E8FPwCgnK5nBnarPiJ8MgnhOcpQWBik
V7AAoKVVtiHOYX/78V3AW77saL2S6jtV
=Aijz
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/516d4969.6000...@math.dartmouth.edu

Reply via email to