How To Install perl-grpc-xs on Fedora 36

In this tutorial we learn how to install perl-grpc-xs in Fedora 36. perl-grpc-xs is Perl binding to a client part of the gRPC library

Introduction

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

What is perl-grpc-xs

This is a low-level binding to a client part of the gRPC library.

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

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

sudo dnf -y install perl-grpc-xs

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

sudo yum -y install perl-grpc-xs

How To Uninstall perl-grpc-xs on Fedora 36

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

sudo dnf remove perl-grpc-xs

perl-grpc-xs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/7d88d373d205b0428e571e2be11035c1b44e3a
/usr/lib64/perl5/vendor_perl/Grpc
/usr/lib64/perl5/vendor_perl/Grpc/Client
/usr/lib64/perl5/vendor_perl/Grpc/Client/AbstractCall.pm
/usr/lib64/perl5/vendor_perl/Grpc/Client/BaseStub.pm
/usr/lib64/perl5/vendor_perl/Grpc/Client/BidiStreamingCall.pm
/usr/lib64/perl5/vendor_perl/Grpc/Client/ClientStreamingCall.pm
/usr/lib64/perl5/vendor_perl/Grpc/Client/ServerStreamingCall.pm
/usr/lib64/perl5/vendor_perl/Grpc/Client/UnaryCall.pm
/usr/lib64/perl5/vendor_perl/Grpc/Constants.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS
/usr/lib64/perl5/vendor_perl/Grpc/XS.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/Call.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/CallCredentials.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/Channel.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/ChannelCredentials.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/Constants.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/Server.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/ServerCredentials.pm
/usr/lib64/perl5/vendor_perl/Grpc/XS/Timeval.pm
/usr/lib64/perl5/vendor_perl/auto/Grpc
/usr/lib64/perl5/vendor_perl/auto/Grpc/XS
/usr/lib64/perl5/vendor_perl/auto/Grpc/XS/XS.so
/usr/share/doc/perl-grpc-xs
/usr/share/doc/perl-grpc-xs/README.md
/usr/share/doc/perl-grpc-xs/examples
/usr/share/doc/perl-grpc-xs/examples/README.md
/usr/share/doc/perl-grpc-xs/examples/greeter
/usr/share/doc/perl-grpc-xs/examples/greeter/Makefile
/usr/share/doc/perl-grpc-xs/examples/greeter/README.md
/usr/share/doc/perl-grpc-xs/examples/greeter/helloworld.proto
/usr/share/doc/perl-grpc-xs/examples/greeter/helloworld.proto3
/usr/share/doc/perl-grpc-xs/examples/greeter/t
/usr/share/doc/perl-grpc-xs/examples/greeter/t/01-greeter.t
/usr/share/doc/perl-grpc-xs/examples/route_guide
/usr/share/doc/perl-grpc-xs/examples/route_guide/Makefile
/usr/share/doc/perl-grpc-xs/examples/route_guide/README.md
/usr/share/doc/perl-grpc-xs/examples/route_guide/route_guide.proto
/usr/share/doc/perl-grpc-xs/examples/route_guide/t
/usr/share/doc/perl-grpc-xs/examples/route_guide/t/01-get_feature.t
/usr/share/doc/perl-grpc-xs/examples/route_guide/t/02-list_features.t
/usr/share/doc/perl-grpc-xs/examples/route_guide/t/03-record_route.t
/usr/share/doc/perl-grpc-xs/examples/route_guide/t/04-route_chat.t
/usr/share/doc/perl-grpc-xs/examples/route_guide/t/route.txt
/usr/share/licenses/perl-grpc-xs
/usr/share/licenses/perl-grpc-xs/LICENSE
/usr/share/man/man3/Grpc::XS.3pm.gz

References

Summary

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