How to Install and Uninstall perl-HTTP-Request-Form.noarch Package on Fedora 38

Last updated: October 08,2024

1. Install "perl-HTTP-Request-Form.noarch" package

This guide let you learn how to install perl-HTTP-Request-Form.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-HTTP-Request-Form.noarch

2. Uninstall "perl-HTTP-Request-Form.noarch" package

This is a short guide on how to uninstall perl-HTTP-Request-Form.noarch on Fedora 38:

$ sudo dnf remove perl-HTTP-Request-Form.noarch $ sudo dnf autoremove

3. Information about the perl-HTTP-Request-Form.noarch package on Fedora 38

Last metadata expiration check: 1:36:21 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-HTTP-Request-Form
Version : 0.952
Release : 26.fc38
Architecture : noarch
Size : 23 k
Source : perl-HTTP-Request-Form-0.952-26.fc38.src.rpm
Repository : fedora
Summary : Construct HTTP::Request objects for form processing
URL : https://metacpan.org/release/HTTP-Request-Form
License : GPL+ or Artistic
Description : This is an extension of the HTTP::Request suite. It allows easy processing
: of forms in a user agent by filling out fields, querying fields, selections
: and buttons and pressing buttons. It uses HTML::TreeBuilder generated parse
: trees of documents (especially the forms parts extracted with
: extract_links) and generates it's own internal representation of forms from
: which it then generates the request objects to process the form
: application.