I find a manual solution, I don't know if this will work a lot of time, but for 
the moement it works.
The proble come from the some attribute of the Version label in the 
/var/lib/dpkg/status file.
For fix this, a little sed 's/Version: v1/Version: 1/' on /var/lib/dpkg/status 
will be save you.
So do something liket this :
sudo mv /var/lib/dpkg/status /var/lib/dpkg/status.sav
sudo sed 's/Version: v1/Version: 1/' < /var/lib/dpkg/status.sav / > 
/var/lib/dpkg/status /

I hope this will ve work on your computer.

Bye

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/769999

Title:
  dpkg error after 11.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/769999/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to