From Ubuntu package list for nvidia-driver-*
, any nvidia driver in the major versions on the left will be effectively upgraded to the major version on the right:
495, 510 -> 510
460, 465, 470 -> 470
455 -> 460
This breaks compatibility if something relies on 495 but is not compatible with 510. An example is A100 GPUs on GCP, which can take 495 but not 510.
Why is it structured like this, instead of the major version appearing in the package name being kept as the latest possible major version? For example, why isn't nvidia-driver-495
restricted to only minor / patch releases on the 495 branch?