Comment 22 for bug 745011

Revision history for this message
Yves Dorfsman (dorfsmay) wrote :

I want to add to this in case somebody runs into the same problem.

I just got this exact same issue going from 10.10 to 11.10. In the end I solved it by doing this:

touch /sbin/udevadm.upgrade
apt-get install udev # gave me an error
rm /sbin/udevadm.upgrade
apt-get install udev # worked fine this time