update to ubuntu 15 failed..

Colin Law clanlaw at gmail.com
Fri Apr 24 07:47:11 UTC 2015


On 24 April 2015 at 07:52, Peter Fodrek <peter.fodrek at gmail.com> wrote:
> V Piatok, 24. apríl 2015 o 08:09 +0200, robert rottermann napísal(a):
>> Hi there,
>>
>> I tried to upgrade to the newest ubuntu version.
>> The upgrade process stopped in the middle.
>> Now after rebooting the computer an attempt to do any cleanup or upgrade results
>> in the following:
>> what can I do?
>
> first
>
> sudo dpkg --configure -a

Also
sudo apt-get install -f

If that gives errors then copy/paste here

>
> after it you may try
>
> sudo apt-get update &&sudo apt-get upgrade

That should be
sudo apt-get update  &&  sudo apt-get dist-upgrade
note spaces and dist-upgrade
Alternatively the newer
sudo apt update && sudo apt full-upgrade
will do the same thing.

If you get errors from that post them here before doing the suggested removes

Colin




More information about the ubuntu-users mailing list