Re: Installing Chrome

2014-11-13 Thread Ron
On Thu, 13 Nov 2014 13:01:50 +
Tony van der Hoff  wrote:

> I had to change the file name:
> dpkg -i google-chrome-stable_current_amd64.deb

Well, I did not know the name of your .deb file, hence the parenthesis !
 
Cheers,
 
Ron.
-- 
   Good taste, the last and vilest of human superstitions.
-- G.K. Chesterton

   -- http://www.olgiati-in-paraguay.org --
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141113102154.4f7e3...@ron.cerrocora.org



Re: Installing Chrome

2014-11-13 Thread Tony van der Hoff
On 13/11/14 12:33, Renaud (Ron) OLGIATI wrote:
> On Thu, 13 Nov 2014 12:16:32 +
> Tony van der Hoff  wrote:
> 
>> I want to try Chrome, in order to view mpeg-dash streams without Flash.
>>
>> I don't think there's a Debian package for it, given its origin ;)
>> So, I've downloaded the amd64 .deb from the Google site, but can't find
>> any instructions there on what to do next. My familiarity with the
>> Debian package managers is sadly lacking,
>>
>> Could someone kindly either give me the incantation to install this
>> .deb, or point me at a concise resource containing the basic package
>> management information.
> 
> dpkg -i (cromium-amd64).deb
> 
> should do it.
> 
> Followed, if it complains of un-met dependencies, with:
> 
> apt-get -f install
>  
>
Thanks, Ron (and Michael, whose solution I didn't use), that was a great
help.
I had to change the file name:
dpkg -i google-chrome-stable_current_amd64.deb

Cheers, Tony
-- 
Tony van der Hoff| mailto:t...@vanderhoff.org
Buckinghamshire, England |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5464abbe.3020...@vanderhoff.org



Re: Installing Chrome

2014-11-13 Thread Michael Fothergill
> Could someone kindly either give me the incantation to install this
>> .deb, or point me at a concise resource containing the basic package
>> management information.
>>
>
> As far as I remember, I downloaded the key (save the file from the
> browser) to your download directory.
>
> Then run the command
>
> wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo 
> apt-key add -
>
> More precisely I think you should then do:

apt-get update

followed by

apt-get install google-chrome-stable

Michael Fothergill



>
>
>
>
>
>
>
>>
>>
>>
>> -
>>
>
>


Re: Installing Chrome

2014-11-13 Thread Ron
On Thu, 13 Nov 2014 12:16:32 +
Tony van der Hoff  wrote:

> I want to try Chrome, in order to view mpeg-dash streams without Flash.
> 
> I don't think there's a Debian package for it, given its origin ;)
> So, I've downloaded the amd64 .deb from the Google site, but can't find
> any instructions there on what to do next. My familiarity with the
> Debian package managers is sadly lacking,
> 
> Could someone kindly either give me the incantation to install this
> .deb, or point me at a concise resource containing the basic package
> management information.

dpkg -i (cromium-amd64).deb

should do it.

Followed, if it complains of un-met dependencies, with:

apt-get -f install
 
Cheers,
 
Ron.
-- 
   Eschew
circumlocutory
 obfuscation

   -- http://www.olgiati-in-paraguay.org --
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141113093351.4a354...@ron.cerrocora.org



Re: Installing Chrome

2014-11-13 Thread Michael Fothergill
Dear Tony,

>
> Could someone kindly either give me the incantation to install this
> .deb, or point me at a concise resource containing the basic package
> management information.
>

As far as I remember, I downloaded the key (save the file from the browser)
to your download directory.

Then run the command

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub |
sudo apt-key add -

Then I think I did aptitude install google-chrome-stable

Aptitude will add the dependencies and periodically it will download
chome updates for you.

Regards

Michael Fothergill














>
>
>
> -
>