qr

Generate QR codes in the terminal with ANSI VT-100 escape codes. More information: <https://github.com/lincolnloop/python-qrcode/>.

Debian Debian
RUN apt-get update && \ apt-get install -y python-qrcode
Ubuntu
RUN apt-get update && \ apt-get install -y python-qrcode
Arch Arch Linux
RUN pacman -S --noconfirm python-qrcode
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y python-qrcode
CentOS
RUN yum install -y python-qrcode
Fedora
RUN dnf install -y python-qrcode
Raspbian
RUN apt-get update && \ apt-get install -y python-qrcode
click the source code to copy install qr on any operating system with command-not-found.com