|
|
|
|
|
by stephendicato
4368 days ago
|
|
The big difference is that packages that land in the official apt repositories have been heavily tested by the apt repository maintainers. Anyone can push a package to PyPI for example. There is a clear trade off between using packages from apt/yum and your toolchain's package managers. In practice, I do find it much easier to pin dependencies and install from my toolchain's package manager (pip/PyPI). |
|