Which package in ubuntu contains the header file X11.h?

codemax picture codemax · Sep 24, 2009 · Viewed 18.4k times · Source

Which package in ubuntu contains the header file X11.h?

Answer

Pascal Thivent picture Pascal Thivent · Oct 12, 2009

Generally, if you look for file in packages you have not installed, use apt-file (sudo apt-get install apt-file if required).

Use it like this:

apt-file update
apt-file search X11/Xlib.h

PS: sorry for this stupid question but are you sure you're looking for x11.h?