How to Install and Uninstall python39-xvfbwrapper Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-xvfbwrapper" package

Here is a brief guide to show you how to install python39-xvfbwrapper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-xvfbwrapper

2. Uninstall "python39-xvfbwrapper" package

Here is a brief guide to show you how to uninstall python39-xvfbwrapper on openSuSE Tumbleweed:

$ sudo zypper remove python39-xvfbwrapper

3. Information about the python39-xvfbwrapper package on openSuSE Tumbleweed

Information for package python39-xvfbwrapper:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-xvfbwrapper
Version : 0.2.9-7.13
Arch : noarch
Vendor : openSUSE
Installed Size : 17.3 KiB
Installed : No
Status : not installed
Source package : python-xvfbwrapper-0.2.9-7.13.src
Upstream URL : https://github.com/cgoldberg/xvfbwrapper
Summary : Python wrapper for controlling X virtual framebuffer (Xvfb)
Description :
Xvfb (X virtual framebuffer) is a display server implementing the X11
display server protocol. It runs in memory and does not require a
physical display. Only a network layer is necessary.
Xvfb is useful for running acceptance tests on headless servers.