▲ | twunde 3 days ago | ||||||||||||||||
This is much more viable than it was in the past with the advent and adoption of nvm, pyenv etc but the limiting factor becomes system dependencies. The typical example from yesteryear was upgrading openssl but inevitably you'll find that some dependency auto updates a system dependency silently or requires a newer version that requires upgrading the OS. | |||||||||||||||||
▲ | DiabloD3 3 days ago | parent [-] | ||||||||||||||||
So why are you using a Linux that forces that on you? Sane people use Debian, Debian packages are compatible with the Debian release they are from. I do not have to worry about accidentally installing an incompatible deb; even if I try to, apt won't allow me to install a package whose deps cannot be satisfied because they're too new (and thus, not in my release's package repo). I know other distros have problems with release management, but this is why I've used Debian for the past 20 years and will continue to use Debian | |||||||||||||||||
|