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

Last updated: May 18,2024

1. Install "python-xvfbwrapper" package

This guide let you learn how to install python-xvfbwrapper on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-xvfbwrapper

2. Uninstall "python-xvfbwrapper" package

This is a short guide on how to uninstall python-xvfbwrapper on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-xvfbwrapper
Priority: optional
Section: universe/python
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.2.4-1
Depends: xvfb, python (>= 2.7), python (<< 2.8)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-xvfbwrapper/python-xvfbwrapper_0.2.4-1_all.deb
Size: 4722
MD5sum: 008029061611a3a897a63d6155a3f0c4
SHA1: 032a66ac227829f482c0760d338ac6df9e34a1bf
SHA256: 1546d3312a43d310d456d22ef0e044e42bc2515d301f93238fbb7817acd12924
Description-en: headless display inside Xvfb - Python 2.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 2.x module.
Description-md5: 8ea4fdd5835c70f1bd74f18eaee86ca3
Homepage: https://github.com/cgoldberg/xvfbwrapper
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu