How to Install and Uninstall perl-DBI-Coro.x86_64 Package on Fedora 35

Last updated: January 11,2025

1. Install "perl-DBI-Coro.x86_64" package

This guide covers the steps necessary to install perl-DBI-Coro.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-DBI-Coro.x86_64

2. Uninstall "perl-DBI-Coro.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-DBI-Coro.x86_64 on Fedora 35:

$ sudo dnf remove perl-DBI-Coro.x86_64 $ sudo dnf autoremove

3. Information about the perl-DBI-Coro.x86_64 package on Fedora 35

Last metadata expiration check: 2:53:07 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-DBI-Coro
Version : 1.643
Release : 10.fc35
Architecture : x86_64
Size : 11 k
Source : perl-DBI-1.643-10.fc35.src.rpm
Repository : fedora
Summary : Asynchronous DBD::Gofer stream transport using Coro
URL : http://dbi.perl.org/
License : GPL+ or Artistic
Description : This is an experimental asynchronous DBD::Gofer stream transport for DBI
: implemented on top of Coro. The BIG WIN from using Coro is that it enables
: the use of existing DBI frameworks like DBIx::Class.