How to Install and Uninstall python3-qrcode.noarch Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "python3-qrcode.noarch" package

This is a short guide on how to install python3-qrcode.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-qrcode.noarch

2. Uninstall "python3-qrcode.noarch" package

Please follow the guidelines below to uninstall python3-qrcode.noarch on CentOS Stream 8:

$ sudo dnf remove python3-qrcode.noarch $ sudo dnf autoremove

3. Information about the python3-qrcode.noarch package on CentOS Stream 8

Last metadata expiration check: 6:31:29 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-qrcode
Version : 5.1
Release : 12.module_el8+420+fb751951
Architecture : noarch
Size : 18 k
Source : python-qrcode-5.1-12.module_el8+420+fb751951.src.rpm
Repository : appstream
Summary : Python QR Code image generator
URL : https://github.com/lincolnloop/python-qrcode
License : BSD
Description : This module uses the Python Imaging Library (PIL) to allow for the
: generation of QR Codes. Python 3 version.