I would like to install NVidia cuDNN on my Ubuntu 19.10 machine. The cuDNN download page only offers Ubuntu 18.04. Can I just go ahead and install an 18.04 package on 19.10 and assume that it will probably work?
Asked
Active
Viewed 343 times
1 Answers
1
That way round is most probably works. Installing package made for newer distro is much more likely to be runnable on older distro (depending on features of newer libraries or newer kernel). Of course that should be only done if necessary.
user301446
- 586
- 2
- 6
-
Thanks. None of the NVidia distros are prepackaged for 19.10 but when I built my machine I used 19.10 because it is new and shiny. – Lars Ericson Nov 24 '19 at 20:02
-
Yes I'm also at that version. Strongly waiting for 20.04 need some updated packages that made it into Debian 11 but not in 19.10.. it's missing some 3rd party packages that were available in 19.04 so I use that version. I think some vendors will only support LTS while most will include next release in their build environment for next release of their software, while other might do so only if package would not run at all otherwise. – user301446 Nov 25 '19 at 00:23