问题
When using apt-get I see some packages have a "dev" suffix after their names:
libreadline5
libreadline-dev
zlib1g
zlib1g-dev
What are these exactly and should I install them?
回答1:
You need these to compile and link as they provide headers and libraries to link whereas the standard packages just contain the run-time versions.
来源:https://stackoverflow.com/questions/3588164/the-dev-suffix-in-package-names