How to Install and Uninstall python-qrcode Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-qrcode" package

Please follow the step by step instructions below to install python-qrcode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-qrcode

2. Uninstall "python-qrcode" package

Please follow the instructions below to uninstall python-qrcode on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-qrcode package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-qrcode
Priority: optional
Section: universe/python
Installed-Size: 124
Maintainer: Ubuntu Developers
Original-Maintainer: Cornelius Kölbel (Debian Packaging)
Architecture: all
Version: 5.0.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six, python, python-imaging
Filename: pool/universe/p/python-qrcode/python-qrcode_5.0.1-1_all.deb
Size: 20566
MD5sum: 5325cb3e0a7d85fcaa0702aec3001b49
SHA1: df66d24a0e66f173dc5d8a098b6dad923e6a31b5
SHA256: dda6cc5e4a5aacea7df2b3705aedfceb41e0506e0e6ee6d05f3920e8a449230c
Description-en: QR Code image generator library for Python
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.
Description-md5: d935d35066e520af51ec3f9a177e062d
Homepage: http://pypi.python.org/pypi/qrcode/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu