Xvfb is a display server implementing the X11 display server protocol, it will help us run applications that require a Graphical User Interface (GUI).
Installing
Xvfb:
- Open a terminal on your Linux server and run the following command to install Xvfb
- sudo apt update
sudo apt install xvfb
- Confirm installation