What do the *-dev packages in the Linux package repositories actually contain?

后端 未结 4 840
温柔的废话
温柔的废话 2020-12-07 14:35

My question is very basic, as is my knowledge right now.

I\'m a long-time Linux user, but have only recently taken a major interest in programming. I see that many p

4条回答
  •  一个人的身影
    2020-12-07 15:21

    The -dev packages usually contain C header files and statically compiled versions of library files (.a extension). Sometimes they contain additional documentation and examples, or even helper applications.

提交回复
热议问题