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

Last updated: May 16,2024

1. Install "python3-webview" package

Please follow the guidance below to install python3-webview on Kali Linux

$ sudo apt update $ sudo apt install python3-webview

2. Uninstall "python3-webview" package

This tutorial shows how to uninstall python3-webview on Kali Linux:

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

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

Package: python3-webview
Source: python-pywebview
Version: 4.4.1+dfsg-1
Installed-Size: 300
Maintainer: Debian Python Team
Architecture: all
Replaces: python3-pywebview
Depends: gir1.2-webkit2-4.1, python3-gi, python3-gi-cairo, python3-bottle, python3-importlib-resources | python3-supported-min (>= 3.7), python3-typing-extensions, python3:any
Conflicts: python3-pywebview
Size: 71756
SHA256: 4e8309b7749578dbe79c5d5d37c8ad01fc8ee8c7fbcb74f55d7e5bf998eaacca
SHA1: bb1770610d42a47efa1341e003f332ece7c65956
MD5sum: ffd7b7962139eb822ecf511b79e1d57a
Description: Build GUI for your Python program with JavaScript, HTML, and CSS
pywebview is a lightweight cross-platform wrapper around a webview component
that allows on to display HTML content in its own native GUI window. It gives
you power of web technologies in your desktop application, hiding the fact
that GUI is browser based. You can use pywebview either with a lightweight web
framework like Flask or Bottle or on its own with a two way bridge between
Python and DOM.
.
pywebview uses native GUI for creating a web component window: WinForms on
Windows, Cocoa on macOS and QT or GTK+ on Linux. If you choose to freeze your
application, pywebview does not bundle a heavy GUI toolkit or web renderer
with it keeping the executable size small. pywebview is compatible with both
Python 2 and 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/r0x0r/pywebview
Section: python
Priority: optional
Filename: pool/main/p/python-pywebview/python3-webview_4.4.1+dfsg-1_all.deb