How To Install perl-DBIx-Class-Schema-Config on Fedora 36
Introduction
In this tutorial we learn how to install perl-DBIx-Class-Schema-Config
on Fedora 36.
What is perl-DBIx-Class-Schema-Config
DBIx allows the loading of credentials & configuration from a file. The actual code itself would only need to know about the name used in the configuration file. This aims to make it simpler for operations teams to manage database credentials.
We can use yum
or dnf
to install perl-DBIx-Class-Schema-Config
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-DBIx-Class-Schema-Config.
Install perl-DBIx-Class-Schema-Config 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-DBIx-Class-Schema-Config
using dnf
by running the following command:
sudo dnf -y install perl-DBIx-Class-Schema-Config
Install perl-DBIx-Class-Schema-Config 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-DBIx-Class-Schema-Config
using yum
by running the following command:
sudo yum -y install perl-DBIx-Class-Schema-Config
How To Uninstall perl-DBIx-Class-Schema-Config on Fedora 36
To uninstall only the perl-DBIx-Class-Schema-Config
package we can use the following command:
sudo dnf remove perl-DBIx-Class-Schema-Config
perl-DBIx-Class-Schema-Config Package Contents on Fedora 36
/usr/share/doc/perl-DBIx-Class-Schema-Config
/usr/share/doc/perl-DBIx-Class-Schema-Config/Changes
/usr/share/man/man3/DBIx::Class::Schema::Config.3pm.gz
/usr/share/perl5/vendor_perl/DBIx
/usr/share/perl5/vendor_perl/DBIx/Class
/usr/share/perl5/vendor_perl/DBIx/Class/Schema
/usr/share/perl5/vendor_perl/DBIx/Class/Schema/Config.pm
References
Summary
In this tutorial we learn how to install perl-DBIx-Class-Schema-Config
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).