On Fri, 26 Mar 2010, Rick Tanner wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
>> $ sudo apt-get update sudo apt-get install chromium-browser chromium-codecs-ffmpeg-nonfree
>> E: The update command takes no arguments
>
> Syntax typo...
>
> Missing the semi-colon after update
>
> sudo apt-get update; sudo apt-get install
>
> Or split the two command on to separate lines in your shell/terminal/et al.


Thanks.  That is the right answer.

Mike