Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

If I won't compile any package myself, do I need .h files that reside in /usr/include or similiar directories. Almost all distro seem to have them, but does an end user needs them at all?

share|improve this question
Try to uninstall them, and your package manager will explain why (and if) you need them. Most distributions won't install the header files unless you install packages (such as the C compiler) that require them. – David Schwartz Feb 20 '12 at 5:24

closed as off topic by soandos, wizlog, Ivo Flipse Jul 12 '12 at 19:57

Questions on Super User are expected to relate to computer software or computer hardware within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Even if you do not compile any package by yourself, still it's a good idea not to remove them. For example, when you try to install new packages, some of them would might certain header files. In fact, you might even need to have additional headers in that case, often by installing a <package_name>-dev package.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.