How to Install and Uninstall perl-Mojo-Pg Package on openSuSE Tumbleweed

Last updated: September 20,2024

1. Install "perl-Mojo-Pg" package

This guide let you learn how to install perl-Mojo-Pg on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Mojo-Pg

2. Uninstall "perl-Mojo-Pg" package

This is a short guide on how to uninstall perl-Mojo-Pg on openSuSE Tumbleweed:

$ sudo zypper remove perl-Mojo-Pg

3. Information about the perl-Mojo-Pg package on openSuSE Tumbleweed

Information for package perl-Mojo-Pg:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Mojo-Pg
Version : 4.27-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 98.0 KiB
Installed : No
Status : not installed
Source package : perl-Mojo-Pg-4.27-1.10.src
Upstream URL : https://metacpan.org/release/Mojo-Pg
Summary : Wrapper around DBD::Pg for using PostgreSql with Mojolicious
Description :
Mojo::Pg is a tiny wrapper around DBD::Pg that makes at
http://www.postgresql.org a lot of fun to use with the at
https://mojolicious.org real-time web framework. Perform queries blocking
and non-blocking, use all at
https://www.postgresql.org/docs/current/static/sql.html 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.