Earlier quoted context omitted.
The great thing about using a package manager is that it also handles updating and uninstalling software, not just the initial install
Sure, but the point is (1) that you don’t need a package manager to install software, which the comment I replied to seemed to assume, and (2) that for something you’re developing against like SQLite, installing it via package manager really isn’t that important. It doesn’t need to integrate with the rest of your system the way typical apps might. What seems to be happening here is that people have learned that packa…
It's POSSIBLE to build it from source, and manually re-download the source and C compiler (and any dependencies, though I'm not sure SQLite has any) when I want to update and instruct any collaborators to do the same thing... But I'd still rather automate it all with a package manager.
Especially because I'm probably also handling other dependencies in the project and I value the uniform simplicity of using a package manager for all of them