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

Last updated: September 20,2024

1. Install "python3-wget" package

Please follow the guidelines below to install python3-wget on Kali Linux

$ sudo apt update $ sudo apt install python3-wget

2. Uninstall "python3-wget" package

Here is a brief guide to show you how to uninstall python3-wget on Kali Linux:

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

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

Package: python3-wget
Source: python-wget
Version: 3.2-4
Installed-Size: 44
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 11820
SHA256: 28703a5cb544dbf5fbf75710acc8133f6e6b028884bb6bcad402cb6a97dae67f
SHA1: 31f6b1280713c1f4f8749b34099a29eaa2a284b5
MD5sum: 4522ab22181fdc6e6dcb6d65de8baaf0
Description: pure Python download utility for Python 3
This package installs the wget module for Python version 3.x. wget module
can be used to perform basic network downloads inside a Python script.
.
More information about the usage can be found at README.txt.
Description-md5:
Homepage: https://bitbucket.org/techtonik/python-wget/
Section: python
Priority: optional
Filename: pool/main/p/python-wget/python3-wget_3.2-4_all.deb