How to Install and Uninstall python3-xvfbwrapper Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python3-xvfbwrapper" package

This tutorial shows how to install python3-xvfbwrapper on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-xvfbwrapper

2. Uninstall "python3-xvfbwrapper" package

This guide let you learn how to uninstall python3-xvfbwrapper on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-xvfbwrapper $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-xvfbwrapper package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-xvfbwrapper
Priority: optional
Section: universe/python
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-xvfbwrapper
Version: 0.2.4-1
Depends: xvfb, python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-xvfbwrapper/python3-xvfbwrapper_0.2.4-1_all.deb
Size: 4802
MD5sum: 413e8c8cc691bc8b433bc668055e5b8a
SHA1: ee43427f2dde6e3997640d7185b921430f01da8f
SHA256: d96c649eac42b86eb9cc0d3b50734df385b63d91a3a89188ed1bec28c14bf75c
Description-en: headless display inside Xvfb - Python 3.x
Python wrapper for running a display inside X virtual framebuffer (Xvfb).
.
In the X Window System, Xvfb or X Virtual FrameBuffer is an X11 server that
performs all graphical operations in memory, not showing any screen output.
This virtual server does not require the computer to run or to even have a
screen or an input device. Only a network layer is necessary.
.
This package contains the Python 3.x module.
Description-md5: 33a1a7355ae8d8bd873d55be883a7039
Homepage: https://github.com/cgoldberg/xvfbwrapper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu