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

Last updated: October 05,2024

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

This tutorial shows how to install perl-DBI-Coro.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall perl-DBI-Coro.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:51:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-DBI-Coro
Version : 1.643
Release : 7.fc34
Architecture : x86_64
Size : 11 k
Source : perl-DBI-1.643-7.fc34.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.