What are *-devel packages?

前端 未结 2 808
执念已碎
执念已碎 2020-11-29 23:37

What is the utility of devel packages like \"libgtk+-devel\" or \"python-devel\" etc.? Do they contain source of the library? How is it different from non-devel packages lik

2条回答
  •  一个人的身影
    2020-11-30 00:17

    They usually contain necessary headers and libraries. For example, python-devel will provide the Python headers and libraries that you need if you want to embed the Python interpreter in your own application. Some additional tools and documentation are included, too (e.g. a developer manual or code examples).

提交回复
热议问题