How To Install perl-QWizard on Fedora 36

In this tutorial we learn how to install perl-QWizard in Fedora 36. perl-QWizard is A very portable graphical question and answer wizard system

Introduction

In this tutorial we learn how to install perl-QWizard on Fedora 36.

What is perl-QWizard

The QWizard module allows script authors to concentrate on the content of the forms they want their users to fill in without worrying about the display. It allows “Question Wizard” like interfaces to be very easily created and the results of the input easily acted upon. Scripts written which are entirely based on QWizard inputs are able to be run from the command line which will show a Gtk2, Tk window or as a ReadLine interactive session or as a CGI script without modification. Script writers do not need to know which interface is being used to display the resulting form(s) as it should be transparent to the script itself. Other wizard interfaces exist for perl, but this one strives very hard to be both extensible and easy to code with requiring as little work by script authors as possible. It is also one of the only ones that supports both web environments and windowing environments without code modification required by the script author.

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

Install perl-QWizard 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 perl-QWizard using dnf by running the following command:

sudo dnf -y install perl-QWizard

Install perl-QWizard 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 perl-QWizard using yum by running the following command:

sudo yum -y install perl-QWizard

How To Uninstall perl-QWizard on Fedora 36

To uninstall only the perl-QWizard package we can use the following command:

sudo dnf remove perl-QWizard

perl-QWizard Package Contents on Fedora 36

/usr/share/doc/perl-QWizard
/usr/share/doc/perl-QWizard/README
/usr/share/doc/perl-QWizard/examples
/usr/share/doc/perl-QWizard/examples/dynamic_redisplay.pl
/usr/share/doc/perl-QWizard/examples/guessing_game.pl
/usr/share/doc/perl-QWizard/examples/number_adding.pl
/usr/share/doc/perl-QWizard/examples/progress_update.pl
/usr/share/doc/perl-QWizard/examples/smile.fig
/usr/share/doc/perl-QWizard/examples/smile.png
/usr/share/doc/perl-QWizard/examples/widget-test-screen.pl
/usr/share/man/man3/QWizard.3pm.gz
/usr/share/man/man3/QWizard::API.3pm.gz
/usr/share/man/man3/QWizard::Plugins::Bookmarks.3pm.gz
/usr/share/man/man3/QWizard::Plugins::History.3pm.gz
/usr/share/man/man3/QWizard::Storage::Base.3pm.gz
/usr/share/man/man3/QWizard::Storage::CGICookie.3pm.gz
/usr/share/man/man3/QWizard::Storage::CGIParam.3pm.gz
/usr/share/man/man3/QWizard::Storage::File.3pm.gz
/usr/share/man/man3/QWizard::Storage::Memory.3pm.gz
/usr/share/man/man3/QWizard::Storage::SQL.3pm.gz
/usr/share/man/man3/QWizard_Widgets.3pm.gz
/usr/share/perl5/vendor_perl/QWizard
/usr/share/perl5/vendor_perl/QWizard.pm
/usr/share/perl5/vendor_perl/QWizard/API.pm
/usr/share/perl5/vendor_perl/QWizard/Generator
/usr/share/perl5/vendor_perl/QWizard/Generator.pm
/usr/share/perl5/vendor_perl/QWizard/Generator/Best.pm
/usr/share/perl5/vendor_perl/QWizard/Generator/Gtk2.pm
/usr/share/perl5/vendor_perl/QWizard/Generator/HTML
/usr/share/perl5/vendor_perl/QWizard/Generator/HTML.pm
/usr/share/perl5/vendor_perl/QWizard/Generator/HTML/Vertical.pm
/usr/share/perl5/vendor_perl/QWizard/Generator/ReadLine.pm
/usr/share/perl5/vendor_perl/QWizard/Generator/Tk.pm
/usr/share/perl5/vendor_perl/QWizard/Plugins
/usr/share/perl5/vendor_perl/QWizard/Plugins/Bookmarks.pm
/usr/share/perl5/vendor_perl/QWizard/Plugins/History.pm
/usr/share/perl5/vendor_perl/QWizard/Storage
/usr/share/perl5/vendor_perl/QWizard/Storage/Base.pm
/usr/share/perl5/vendor_perl/QWizard/Storage/CGICookie.pm
/usr/share/perl5/vendor_perl/QWizard/Storage/CGIParam.pm
/usr/share/perl5/vendor_perl/QWizard/Storage/File.pm
/usr/share/perl5/vendor_perl/QWizard/Storage/Memory.pm
/usr/share/perl5/vendor_perl/QWizard/Storage/SQL.pm
/usr/share/perl5/vendor_perl/QWizard_Widgets.pod
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/QWizard
/usr/share/perl5/vendor_perl/auto/QWizard/Generator
/usr/share/perl5/vendor_perl/auto/QWizard/Generator/autosplit.ix

References

Summary

In this tutorial we learn how to install perl-QWizard on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).