How to Install and Uninstall python3-xvfbwrapper Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python3-xvfbwrapper" package

Please follow the steps below to install python3-xvfbwrapper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-xvfbwrapper

2. Uninstall "python3-xvfbwrapper" package

This is a short guide on how to uninstall python3-xvfbwrapper on openSUSE Leap:

$ sudo zypper remove python3-xvfbwrapper

3. Information about the python3-xvfbwrapper package on openSUSE Leap

Information for package python3-xvfbwrapper:
--------------------------------------------
Repository : Main Repository
Name : python3-xvfbwrapper
Version : 0.2.9-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 22.6 KiB
Installed : No
Status : not installed
Source package : python-xvfbwrapper-0.2.9-bp155.2.10.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.