I mean, there is nothing stopping you from installing whatever version of the library that is required in tandem with the latest version. You could even put it somewhere other then a standard library location and start executing your binary with
LD=/my/old/library ./myoodbinary
and have it dynamically loaded at runtime.
The only time this doesn’t work is when it is something in the kernel that breaks the binary… But you can run an older kernel that has back ported fixed.
I get where you are coming from with proprietary binarys that the devs have abandon. But to me that makes all the more reason not to run that software in the first place.
Edit: also the kobo desktop Windows app runs under wine I think…
You can’t do this on Linux anymore either. Unless you are on a way out of date system, you need to add the --no-preserce-root flag as well. And I think it still prompts you to make sure it is really want you want to do.