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

Last updated: May 19,2024

1. Install "python3-pyqrcode" package

Here is a brief guide to show you how to install python3-pyqrcode on Kali Linux

$ sudo apt update $ sudo apt install python3-pyqrcode

2. Uninstall "python3-pyqrcode" package

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

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

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

Package: python3-pyqrcode
Source: python-pyqrcode
Version: 1.2.1-4
Installed-Size: 140
Maintainer: Sascha Steinbiss
Architecture: all
Depends: python3:any
Recommends: python3-png
Size: 30252
SHA256: f22297496d020f4b6c9fba6bf98f962d668290fd168e729e52eb751b5e443e9a
SHA1: 92a283f5c61f07e427edd10fc5cb4b6485b9ff3b
MD5sum: 89d792992a45862dc6f917a4a5895ca1
Description: Python 3 module to generate QR Codes
The pyqrcode module is a QR code generator that is simple to use and written
in pure Python. The module can automate most of the building process for
creating QR codes. Most codes can be created using only two lines of code.
.
Unlike other generators, all of the helpers can be controlled manually. You
are free to set any or all of the properties of your QR code. QR codes can be
saved as SVG, PNG, and plain text. They can also be displayed directly in
most Linux terminal emulators.
.
The pyqrcode module attempts to follow the QR code standard as closely as
possible. The terminology, encodings and algorithms used in pyqrcode come
directly from the standard.
Description-md5:
Homepage: https://github.com/mnooner256/pyqrcode
Section: python
Priority: optional
Filename: pool/main/p/python-pyqrcode/python3-pyqrcode_1.2.1-4_all.deb