How to Install and Uninstall phpqrcode Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "phpqrcode" package

Please follow the guidance below to install phpqrcode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install phpqrcode

2. Uninstall "phpqrcode" package

Please follow the step by step instructions below to uninstall phpqrcode on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove phpqrcode $ sudo apt autoclean && sudo apt autoremove

3. Information about the phpqrcode package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: phpqrcode
Priority: extra
Section: universe/web
Installed-Size: 353
Maintainer: Ubuntu Developers
Original-Maintainer: Thijs Kinkhorst
Architecture: all
Version: 1.1.4-1ubuntu1
Depends: php, php-gd
Filename: pool/universe/p/phpqrcode/phpqrcode_1.1.4-1ubuntu1_all.deb
Size: 33562
MD5sum: 62afa7e2ed5e74815ab3fe50d4653d2f
SHA1: 00151384b6701dc3b4d55ff82bce2377458670f2
SHA256: e8d646223bfaa671c6793ce6311221ceb79691b7d586fcb2a1b1501c7ccb1b61
Description-en: PHP library for generating two-dimensional barcodes
PHP QR Code is a library for generating QR Codes, 2-dimensional barcodes.
It is based on the libqrencode C library and provides an API for creating
QR Code barcode images (PNG and JPEG).
.
Some of the library features include:
* Supports QR Code versions (size) 1-40
* Numeric, Alphanumeric, 8-bit and Kanji encoding.
* Exports to PNG, JPEG images, also exports as bit-table
* TCPDF 2-D barcode API integration
* Easy to configure
* Data cache for calculation speed-up
* Debug data dump, error logging, time benchmarking
Description-md5: 907c97c070ff20f9604389ca991d6718
Homepage: http://phpqrcode.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu