How to Install and Uninstall perl-Mojo-Pg.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "perl-Mojo-Pg.noarch" package

This is a short guide on how to install perl-Mojo-Pg.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Mojo-Pg.noarch

2. Uninstall "perl-Mojo-Pg.noarch" package

This guide covers the steps necessary to uninstall perl-Mojo-Pg.noarch on Fedora 35:

$ sudo dnf remove perl-Mojo-Pg.noarch $ sudo dnf autoremove

3. Information about the perl-Mojo-Pg.noarch package on Fedora 35

Last metadata expiration check: 1:56:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Mojo-Pg
Version : 4.25
Release : 3.fc35
Architecture : noarch
Size : 51 k
Source : perl-Mojo-Pg-4.25-3.fc35.src.rpm
Repository : fedora
Summary : Mojolicious ♥ PostgreSQL
URL : https://metacpan.org/release/Mojo-Pg
License : Artistic 2.0
Description : Mojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL a lot of
: fun to use with the Mojolicious real-time web framework. Perform queries
: blocking and non-blocking, use all SQL features PostgreSQL has to offer,
: generate CRUD queries from data structures, manage your database schema
: with migrations and build scalable real-time web applications with the
: publish/subscribe pattern.