How To Install php-pragmarx-google2fa-qrcode on Fedora 36

In this tutorial we learn how to install php-pragmarx-google2fa-qrcode in Fedora 36. php-pragmarx-google2fa-qrcode is QR Code package for Google2FA

Introduction

In this tutorial we learn how to install php-pragmarx-google2fa-qrcode on Fedora 36.

What is php-pragmarx-google2fa-qrcode

This is package is Goole2FA integrated with a QRCode generator, providing an easy way to plot QRCode for your two factor authentication. Autoloader

We can use yum or dnf to install php-pragmarx-google2fa-qrcode on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-pragmarx-google2fa-qrcode.

Install php-pragmarx-google2fa-qrcode on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-pragmarx-google2fa-qrcode using dnf by running the following command:

sudo dnf -y install php-pragmarx-google2fa-qrcode

Install php-pragmarx-google2fa-qrcode on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-pragmarx-google2fa-qrcode using yum by running the following command:

sudo yum -y install php-pragmarx-google2fa-qrcode

How To Uninstall php-pragmarx-google2fa-qrcode on Fedora 36

To uninstall only the php-pragmarx-google2fa-qrcode package we can use the following command:

sudo dnf remove php-pragmarx-google2fa-qrcode

php-pragmarx-google2fa-qrcode Package Contents on Fedora 36

/usr/share/doc/php-pragmarx-google2fa-qrcode
/usr/share/doc/php-pragmarx-google2fa-qrcode/CHANGELOG.md
/usr/share/doc/php-pragmarx-google2fa-qrcode/README.md
/usr/share/doc/php-pragmarx-google2fa-qrcode/composer.json
/usr/share/licenses/php-pragmarx-google2fa-qrcode
/usr/share/licenses/php-pragmarx-google2fa-qrcode/LICENSE.md
/usr/share/php/PragmaRX
/usr/share/php/PragmaRX/Google2FAQRCode
/usr/share/php/PragmaRX/Google2FAQRCode/Google2FA.php
/usr/share/php/PragmaRX/Google2FAQRCode/autoload.php

References

Summary

In this tutorial we learn how to install php-pragmarx-google2fa-qrcode on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).