Categories: Ubuntu

How to install Xvfb on Ubuntu

X virtual framebuffer abbreviated as Xvfb is designed for Unix/ Linux Operating System. It allows you to execute graphical apps without having to use a monitor by connecting some input device. Virtual memory is used to perform graphical operations and it allows the program to run headlessly.

It is especially designed for Linux systems and in this article, we will discuss its installation and working on Ubuntu (Linux OS). If you wanted to run your browsers headlessly then follow the procedure below:

Installation of Xvfb on Ubuntu

To get Xvfb on Ubuntu follow given below steps:

Step 1: Installation of Xvfb :First you need to install Xvfb by below mentioned command:

Sponsored
$ sudo apt install xvfb

Step 2: Installation of Browsers : Now you need to download some browses, you can download any browser, here I will download chrome and Firefox browser on Ubuntu System:

Installation of Firefox

Now we need to install Firefox, in most of the system it is installed by default but needs to be upgraded, so the Firefox browser on my system is also installed by default it will just get upgraded. Now run the below mentioned in Ubuntu terminal command to install:

$ sudo apt-get install firefox

Step 4: Testing of Xvfb: To test whether xvfb is installed/working properly, run the below mentioned command to check the status of xvfb process:

$ ps -ef | grep xvfb

Sponsored

So, the result shows that it is properly installed on the system, now you can use it without any problem.

Step 3: Working of Xvfb: Xvfb allows you to run browsers/tests in the background without showing their processing. Use the below mentioned syntax for running/testing programs headlessly:

$ xvfb-run [options] [command]

For instance, below I am running Firefox using xvfb by the below mentioned command, it will open in the background and nothing will appear on screen.

$ xvfb-run firefox http://google.com

To get more information about this command, you can use help command with this command, run the below mentioned command to know more about its usage:

$ xvfb-run –help

Conclusion

Xvfb, referred to as X virtual framebuffer, allows you to run programs in background headlessly without showing actual processing. It is useful to run tests without opening an unrequited window. In this writeup I provide the procedure for installation and testing of xvfb on Ubuntu (Linux OS) and after installation I also elaborate on its working system.

Ubuntu Server Admin

Recent Posts

Everything you need to know about FIPS 140-3 on Ubuntu | Videos

FIPS 140 is a highly demanding security standard that’s mandatory for almost all high-security and…

6 hours ago

A CISO’s preview of open source and cybersecurity trends in 2026 and beyond

Open source has come a long way. Recently I was watching a keynote address by…

5 days ago

Canonical Kubernetes officially included in Sylva 1.5

Sylva 1.5 becomes the first release to include Kubernetes 1.32, bringing the latest open source…

5 days ago

Canonical expands total coverage for Ubuntu LTS releases to 15 years with Legacy add-on

Expansion ensures business continuity without forcing major upgrades Today, Canonical announced the expansion of the…

6 days ago

Announcing YARD-Lint: Keep Your Ruby Documentation Solid

TL;DR: YARD-Lint catches documentation issues, just like RuboCop for code. Star it and use it…

6 days ago

Canonical releases FIPS-enabled Kubernetes

Deploy a FedRAMP-ready kubernetes cluster and application suite, with FIPS 140-3 crypto and DISA-STIG hardening…

1 week ago