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

Last updated: May 20,2024

1. Install "python-webunit" package

Here is a brief guide to show you how to install python-webunit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-webunit

2. Uninstall "python-webunit" package

This guide covers the steps necessary to uninstall python-webunit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-webunit
Priority: optional
Section: universe/python
Installed-Size: 103
Maintainer: Ubuntu Developers
Original-Maintainer: Toni Mueller
Architecture: all
Version: 1:1.3.10-2.1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-webunit/python-webunit_1.3.10-2.1_all.deb
Size: 24352
MD5sum: d16ec6f0f0d0a70df1ea74ab881719c7
SHA1: 59f9c6310a57cc7a0fe7d896f1fbe8441145c924
SHA256: 71306e584531e4017e0ef73c6b8890e053cec49abdddc992b38cbc65d47e7a3b
Description-en: Unit testing for web apps with code that acts like a web browser.
This is Richard Jones' webunit. It has the following features:
.
1. Browser-like page fetching including fetching the images and stylesheets
needed for a page and following redirects
2. Cookies stored and trackable (all automatically handled)
3. HTTP, HTTPS, GET, POST, basic auth all handled, control over expected
status codes, ...
4. DOM parsing of pages to retrieve and analyse structure, including simple
form re-posting
5. Two-line page-fetch followed by form-submit possible, with error checking
6. Ability to register error page content across multiple tests
7. Uses python's standard unittest module as the underlying framework
Description-md5: 7a304f7a8fa6d874e5c7cf7c994d8445
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu