Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find X11/extensions/XTest.h

Tags:

ubuntu

x11

Install libxtst-dev package and you'll be able to compile Chromium sources.


To find to which package your include file (X11/extensions/XTest.h) belong to, install apt-file and search for it, example:

$ sudo apt-get install apt-file
$ sudo apt-file update
$ apt-file search "X11/extensions/XTest.h"
libxtst-dev: /usr/include/X11/extensions/XTest.h

Once you've the package name, install via:

sudo apt-get install libxtst-dev

This method is especially useful when there are more similar dependencies like that, so you don't have to guess.


Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!