How to Install and Uninstall python3-webob Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "python3-webob" package

Please follow the guidelines below to install python3-webob on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-webob

2. Uninstall "python3-webob" package

In this section, we are going to explain the necessary steps to uninstall python3-webob on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-webob package on Ubuntu 21.10 (Impish Indri)

Package: python3-webob
Architecture: all
Version: 1:1.8.6-1.1
Priority: optional
Section: python
Source: python-webob
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 513
Depends: python3, python3:any
Suggests: python-webob-doc
Filename: pool/main/p/python-webob/python3-webob_1.8.6-1.1_all.deb
Size: 85216
MD5sum: 44dcdbd1cf73b53c41cf4e5b2ab4a0f8
SHA1: 1b62e26784ea807a0e9c78db3750f202ddd203ca
SHA256: aecae0b3358324093cfdf718ec67c613ad5d5504d0e28953c7810a7ce652dbc4
SHA512: 226ac42a8eb547b19cdd7ebb06ef6ff46ef347833c9382d9b4b45a408ec6f5d35ab6325a4d10f4632eeaf5d0eb56975bb6ae04c7df4d1b7e243aedf25cbf7049
Homepage: https://webob.org/
Description-en: Python module providing WSGI request and response objects (Python 3)
WebOb provides wrappers around the WSGI request environment, and an object to
help create WSGI responses.
.
The objects map much of the specified behavior of HTTP, including header
parsing and accessors for other standard parts of the environment.
.
This is the Python 3 version of the package.
Description-md5: 0856d0b4dc0dede58a323db131e19814
Task: ubuntustudio-publishing