The “dev” suffix in package names?

别来无恙 提交于 2020-01-14 07:53:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!