How to Install and Uninstall python3-webargs Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-webargs" package

In this section, we are going to explain the necessary steps to install python3-webargs on Kali Linux

$ sudo apt update $ sudo apt install python3-webargs

2. Uninstall "python3-webargs" package

In this section, we are going to explain the necessary steps to uninstall python3-webargs on Kali Linux:

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

3. Information about the python3-webargs package on Kali Linux

Package: python3-webargs
Source: python-webargs
Version: 8.0.1-2
Installed-Size: 125
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bottle, python3-django, python3-flask, python3-packaging, python3-pyramid, python3-marshmallow (>= 3.1.0), python3:any
Size: 33024
SHA256: db2eb3a2836c06297b069a1b44696ec573323c30c1391efad7221645a236c8d8
SHA1: f7331bca01de4b550475cc703defa07765932357
MD5sum: 57c3dca8c9af27fa5d1dbb76bd9b7c67
Description: Python library for parsing and validating HTTP request arguments (Python 3)
This package contains a Python library for parsing and validating HTTP request
arguments, with built-in support for popular web frameworks, including Flask,
Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/sloria/webargs
Section: python
Priority: optional
Filename: pool/main/p/python-webargs/python3-webargs_8.0.1-2_all.deb