which package in ubuntu has the header file x11.h? thanks in advance
A:
There is no supported package contain this header file
may be there is no header named x11.h at all or you want the x11/Xlib.h header that can be found on ivtools-dev, libx11-dev, tendra [not amd64], libroot5.18 or z88dk-data
sohaibafifi
2009-09-24 15:06:15
+1
A:
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?
Pascal Thivent
2009-10-12 01:05:15