How To Install perl-DBI-Coro on Fedora 36

In this tutorial we learn how to install perl-DBI-Coro in Fedora 36. perl-DBI-Coro is Asynchronous DBD

Introduction

In this tutorial we learn how to install perl-DBI-Coro on Fedora 36.

What is perl-DBI-Coro

This is an experimental asynchronous DBD implemented on top of Coro. The BIG WIN from using Coro is that it enables the use of existing DBI frameworks like DBIx

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

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

sudo dnf -y install perl-DBI-Coro

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

sudo yum -y install perl-DBI-Coro

How To Uninstall perl-DBI-Coro on Fedora 36

To uninstall only the perl-DBI-Coro package we can use the following command:

sudo dnf remove perl-DBI-Coro

perl-DBI-Coro Package Contents on Fedora 36

/usr/lib64/perl5/vendor_perl/DBD/Gofer/Transport/corostream.pm
/usr/share/doc/perl-DBI-Coro
/usr/share/doc/perl-DBI-Coro/corogofer.pl

References

Summary

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