How to Install and Uninstall perl-QWizard.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-QWizard.noarch" package

Please follow the guidelines below to install perl-QWizard.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-QWizard.noarch

2. Uninstall "perl-QWizard.noarch" package

This guide covers the steps necessary to uninstall perl-QWizard.noarch on Fedora 34:

$ sudo dnf remove perl-QWizard.noarch $ sudo dnf autoremove

3. Information about the perl-QWizard.noarch package on Fedora 34

Last metadata expiration check: 1:16:36 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-QWizard
Version : 3.15
Release : 34.fc34
Architecture : noarch
Size : 120 k
Source : perl-QWizard-3.15-34.fc34.src.rpm
Repository : fedora
Summary : A very portable graphical question and answer wizard system
URL : https://metacpan.org/release/QWizard
License : GPL+ or Artistic
Description : 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.