How To Install perl-SQL-Abstract-Pg on Fedora 36

In this tutorial we learn how to install perl-SQL-Abstract-Pg in Fedora 36. perl-SQL-Abstract-Pg is PostgreSQL features for SQL

Introduction

In this tutorial we learn how to install perl-SQL-Abstract-Pg on Fedora 36.

What is perl-SQL-Abstract-Pg

SQL by Mojo

We can use yum or dnf to install perl-SQL-Abstract-Pg on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-SQL-Abstract-Pg.

Install perl-SQL-Abstract-Pg on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-SQL-Abstract-Pg using dnf by running the following command:

sudo dnf -y install perl-SQL-Abstract-Pg

Install perl-SQL-Abstract-Pg on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-SQL-Abstract-Pg using yum by running the following command:

sudo yum -y install perl-SQL-Abstract-Pg

How To Uninstall perl-SQL-Abstract-Pg on Fedora 36

To uninstall only the perl-SQL-Abstract-Pg package we can use the following command:

sudo dnf remove perl-SQL-Abstract-Pg

perl-SQL-Abstract-Pg Package Contents on Fedora 36

/usr/share/doc/perl-SQL-Abstract-Pg
/usr/share/doc/perl-SQL-Abstract-Pg/Changes
/usr/share/doc/perl-SQL-Abstract-Pg/README.md
/usr/share/licenses/perl-SQL-Abstract-Pg
/usr/share/licenses/perl-SQL-Abstract-Pg/LICENSE
/usr/share/man/man3/SQL::Abstract::Pg.3pm.gz
/usr/share/perl5/vendor_perl/SQL
/usr/share/perl5/vendor_perl/SQL/Abstract
/usr/share/perl5/vendor_perl/SQL/Abstract/Pg.pm

References

Summary

In this tutorial we learn how to install perl-SQL-Abstract-Pg on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).