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

Last updated: May 18,2024

1. Install "python3-qrcode" package

Please follow the instructions below to install python3-qrcode on Kali Linux

$ sudo apt update $ sudo apt install python3-qrcode

2. Uninstall "python3-qrcode" package

Please follow the instructions below to uninstall python3-qrcode on Kali Linux:

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

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

Package: python3-qrcode
Source: python-qrcode
Version: 7.4.2-4
Installed-Size: 188
Maintainer: Debian Python Team
Architecture: all
Depends: python3-png, python3-typing-extensions, python3:any, python3-pillow
Size: 42288
SHA256: 0536793cc6d4eef59272680a3c9ff5258a5ff5aac2662d3584f40889680d7e07
SHA1: 6f0780b4ab52295cd7f8bb4d25c6afea399ce5bb
MD5sum: 19fded6c7cffed36121d747110468127
Description: QR Code image generator library - Python 3.x
This package provides a pure Python QR Code generator module. It uses
the Python Imaging Library (PIL) to allow for the generation of QR Codes.
In contrast to the python-qrencode module this module does not need
an additional C library.
.
In addition this package provides a command line tool to generate QR
codes and either write these QR codes to a file or do the output
as ascii art at the console.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/lincolnloop/python-qrcode
Section: python
Priority: optional
Filename: pool/main/p/python-qrcode/python3-qrcode_7.4.2-4_all.deb