On 03/08/2010 09:12 PM, Services wrote:
> i typed the following:
> 
> sudo apt-get check
> sudo apt-get update -f
> sudo apt-get update && apt-get upgrade

There is (also) a mistake on this last line where sudo will not apply to
"apt-get upgrade". Try with:

sudo apt-get update && sudo apt-get upgrade

I say also as the error you get is clearly a problem trying to reach the
security server which will prevent the expression after && to execute,
and you will need to sort that out first. As previously said, it is
likely due to be a connection or dns error.

Nick

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
ubuntu-server mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Reply via email to