Shared libraries
Shared libraries
Posted Nov 25, 2025 15:12 UTC (Tue) by farnz (subscriber, #17727)In reply to: Shared libraries by intelfx
Parent article: APT Rust requirement raises questions
They don't even do that - you have to update the binaries that are supplied by the shared library, and the in-memory copies of the binaries, too.
The only thing they do is mean that you don't have to replace the executables - but replacing binaries (libraries or executables) is the bit of the update process that's simple to automate.
