OZ1SEJ Asked: 2019-08-22 01:09:46 +0800 CST2019-08-22 01:09:46 +0800 CST 2019-08-22 01:09:46 +0800 CST How to install X11 development libraries on Ubuntu 19.04 772 I'm trying to install leandvb, but the GUI won't compile, because I (apparently) don't have X11 development libraries. How do I install these? xorg 19.04 2 Answers Voted Best Answer steeldriver 2019-08-22T03:10:44+08:002019-08-22T03:10:44+08:00 It depends what the author means by "X11 development libraries". Probably it will be sufficient to install the libx11-dev package: sudo apt install libx11-dev Recep Bashir 2021-09-15T02:34:16+08:002021-09-15T02:34:16+08:00 Try: sudo apt-get install libx11-dev xserver-xorg-dev xorg-dev
It depends what the author means by "X11 development libraries". Probably it will be sufficient to install the
libx11-dev
package:Try: