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

Last updated: July 03,2024

1. Install "python311-xvfbwrapper" package

Please follow the instructions below to install python311-xvfbwrapper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-xvfbwrapper

2. Uninstall "python311-xvfbwrapper" package

This tutorial shows how to uninstall python311-xvfbwrapper on openSuSE Tumbleweed:

$ sudo zypper remove python311-xvfbwrapper

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

Information for package python311-xvfbwrapper:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-xvfbwrapper
Version : 0.2.9-7.13
Arch : noarch
Vendor : openSUSE
Installed Size : 20.5 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.