|
|
|
|
|
by dminik
147 days ago
|
|
No, just no. Using system/distro packages is great when you're writing server software and need your base system to be stable. But, for software distributed to users, this model fails hard. You generally need to ship across OSs, OS versions and for that you need consistent library versions. Your software being broken because a distro maintainer has decided that a 3 year old version of your dependency is close enough is terrible. |
|