How To Install perl-grpc-xs-tests on Fedora 36

In this tutorial we learn how to install perl-grpc-xs-tests in Fedora 36. perl-grpc-xs-tests is Tests for perl-grpc-xs

Introduction

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

What is perl-grpc-xs-tests

Tests from perl-grpc-xs. Execute them with “/usr/libexec/perl-grpc-xs/test”.

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

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

sudo dnf -y install perl-grpc-xs-tests

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

sudo yum -y install perl-grpc-xs-tests

How To Uninstall perl-grpc-xs-tests on Fedora 36

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

sudo dnf remove perl-grpc-xs-tests

perl-grpc-xs-tests Package Contents on Fedora 36

/usr/libexec/perl-grpc-xs
/usr/libexec/perl-grpc-xs/t
/usr/libexec/perl-grpc-xs/t/00-compile.t
/usr/libexec/perl-grpc-xs/t/01-call_credentials.t
/usr/libexec/perl-grpc-xs/t/02-call.t
/usr/libexec/perl-grpc-xs/t/03-channel_credentials.t
/usr/libexec/perl-grpc-xs/t/04-channel.t
/usr/libexec/perl-grpc-xs/t/05-constants.t
/usr/libexec/perl-grpc-xs/t/06-server_credentials.t
/usr/libexec/perl-grpc-xs/t/07-server.t
/usr/libexec/perl-grpc-xs/t/08-timeval.t
/usr/libexec/perl-grpc-xs/t/09-abstract_call.t
/usr/libexec/perl-grpc-xs/t/10-base_stub.t
/usr/libexec/perl-grpc-xs/t/11-bidi_streaming_call.t
/usr/libexec/perl-grpc-xs/t/12-client_streaming_call.t
/usr/libexec/perl-grpc-xs/t/13-server_streaming_call.t
/usr/libexec/perl-grpc-xs/t/14-unary_call.t
/usr/libexec/perl-grpc-xs/t/15-xs_end_to_end.t
/usr/libexec/perl-grpc-xs/t/16-xs_secure_end_to_end.t
/usr/libexec/perl-grpc-xs/t/data
/usr/libexec/perl-grpc-xs/t/data/README
/usr/libexec/perl-grpc-xs/t/data/ca.pem
/usr/libexec/perl-grpc-xs/t/data/server1.key
/usr/libexec/perl-grpc-xs/t/data/server1.pem
/usr/libexec/perl-grpc-xs/test

References

Summary

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