I am running Xenial Ubuntu in Windows 10 subsystem linux system. I need to install xvfb-run
but I can not because it is not in the repo. I guess I need to upgrade Ubuntu, but do-release-upgrade
finds no new versions.
How can I get xvfb-run
running on my Xenial Ubuntu in WSL?
xvfb-run
? – Thomas Ward Feb 13 '18 at 00:02sudo apt install xvfb
– Terrance Feb 13 '18 at 00:14sudo apt update
first. I just installed it on mine and I get thexvfb-run
command. – Terrance Feb 13 '18 at 00:16ping www.google.com
? – Terrance Feb 13 '18 at 00:18xvfb-run
directly in WSL won't help. I would suggest you use an Ubuntu VM though, to do E2E tests and front-end devlopment tests, rather than try to use WSL to get a 'linux' version of a web browser to do testing. – Thomas Ward Feb 13 '18 at 01:36xvfb-run
which is part of a directly run X Server within Linux... – Thomas Ward Feb 13 '18 at 12:48