How To Install perl-HTTP-Soup on Fedora 36

In this tutorial we learn how to install perl-HTTP-Soup in Fedora 36. perl-HTTP-Soup is HTTP client/server library for GNOME

Introduction

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

What is perl-HTTP-Soup

This module provides the Perl bindings for the C library libsoup.

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

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

sudo dnf -y install perl-HTTP-Soup

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

sudo yum -y install perl-HTTP-Soup

How To Uninstall perl-HTTP-Soup on Fedora 36

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

sudo dnf remove perl-HTTP-Soup

perl-HTTP-Soup Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/6c8600a778f6ca8853af35ce632c5264a80606
/usr/lib64/perl5/vendor_perl/HTTP
/usr/lib64/perl5/vendor_perl/HTTP/Soup
/usr/lib64/perl5/vendor_perl/HTTP/Soup.pm
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Buffer.pod
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Cookie.pod
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/Files.pm
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/soup-autogen.h
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/soup-perl.h
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Install/soup.typemap
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Message.pod
/usr/lib64/perl5/vendor_perl/HTTP/Soup/MessageBody.pod
/usr/lib64/perl5/vendor_perl/HTTP/Soup/Session.pod
/usr/lib64/perl5/vendor_perl/HTTP/Soup/SessionAsync.pod
/usr/lib64/perl5/vendor_perl/HTTP/Soup/index.pod
/usr/lib64/perl5/vendor_perl/auto/HTTP
/usr/lib64/perl5/vendor_perl/auto/HTTP/Soup
/usr/lib64/perl5/vendor_perl/auto/HTTP/Soup/Soup.so
/usr/share/doc/perl-HTTP-Soup
/usr/share/doc/perl-HTTP-Soup/COPYING
/usr/share/doc/perl-HTTP-Soup/Changes
/usr/share/doc/perl-HTTP-Soup/README
/usr/share/man/man3/HTTP::Soup::Buffer.3pm.gz
/usr/share/man/man3/HTTP::Soup::Cookie.3pm.gz
/usr/share/man/man3/HTTP::Soup::Message.3pm.gz
/usr/share/man/man3/HTTP::Soup::MessageBody.3pm.gz
/usr/share/man/man3/HTTP::Soup::Session.3pm.gz
/usr/share/man/man3/HTTP::Soup::SessionAsync.3pm.gz
/usr/share/man/man3/HTTP::Soup::index.3pm.gz

References

Summary

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