Comment 19 for bug 148586

Revision history for this message
Oliver Grawert (ogra) wrote :

apparently some nvidia-glx users have a similar prob (with a Provides: in l-r-m instead of l-u-m), during examination i found the following:

ogra@laptop:~$ LANG=C sudo apt-get install nvidia-glx linux-restricted-modules-2.6.22-14-generic
...
The following extra packages will be installed:
  linux-image-2.6.22-14-386 linux-restricted-modules-2.6.22-14-386 nvidia-kernel-common

versus .....

ogra@laptop:~$ LANG=C sudo apt-get install linux-restricted-modules-2.6.22-14-generic nvidia-glx
...
The following extra packages will be installed:
  nvidia-kernel-common

apparently apt-get wants a special order to make sure the right deps are there, that doesnt seem right to me, assignong to apt-get as well.