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

Last updated: October 10,2024

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

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

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

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

Please follow the guidance below to uninstall perl-DBI-Coro.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:11:14 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-DBI-Coro
Version : 1.643
Release : 11.fc36
Architecture : x86_64
Size : 11 k
Source : perl-DBI-1.643-11.fc36.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.