How To Install perl-WebService-Rajce on Fedora 36
Introduction
In this tutorial we learn how to install perl-WebService-Rajce
on Fedora 36.
What is perl-WebService-Rajce
This is a Perl library implementing an API of a photo gallery service running on www.rajce.idnes.cz server.
We can use yum
or dnf
to install perl-WebService-Rajce
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-WebService-Rajce.
Install perl-WebService-Rajce 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-WebService-Rajce
using dnf
by running the following command:
sudo dnf -y install perl-WebService-Rajce
Install perl-WebService-Rajce 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-WebService-Rajce
using yum
by running the following command:
sudo yum -y install perl-WebService-Rajce
How To Uninstall perl-WebService-Rajce on Fedora 36
To uninstall only the perl-WebService-Rajce
package we can use the following command:
sudo dnf remove perl-WebService-Rajce
perl-WebService-Rajce Package Contents on Fedora 36
/usr/share/doc/perl-WebService-Rajce
/usr/share/doc/perl-WebService-Rajce/Changes
/usr/share/doc/perl-WebService-Rajce/README
/usr/share/licenses/perl-WebService-Rajce
/usr/share/licenses/perl-WebService-Rajce/LICENSE
/usr/share/man/man3/WebService::Rajce.3pm.gz
/usr/share/perl5/vendor_perl/WebService
/usr/share/perl5/vendor_perl/WebService/Rajce.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/WebService
/usr/share/perl5/vendor_perl/auto/WebService/Rajce
/usr/share/perl5/vendor_perl/auto/WebService/Rajce/autosplit.ix
References
Summary
In this tutorial we learn how to install perl-WebService-Rajce
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).