How to Install and Uninstall perl-DBIx-Class-Schema-Config.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "perl-DBIx-Class-Schema-Config.noarch" package

This is a short guide on how to install perl-DBIx-Class-Schema-Config.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-DBIx-Class-Schema-Config.noarch

2. Uninstall "perl-DBIx-Class-Schema-Config.noarch" package

This tutorial shows how to uninstall perl-DBIx-Class-Schema-Config.noarch on Fedora 34:

$ sudo dnf remove perl-DBIx-Class-Schema-Config.noarch $ sudo dnf autoremove

3. Information about the perl-DBIx-Class-Schema-Config.noarch package on Fedora 34

Last metadata expiration check: 0:42:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-DBIx-Class-Schema-Config
Version : 0.001013
Release : 7.fc34
Architecture : noarch
Size : 20 k
Source : perl-DBIx-Class-Schema-Config-0.001013-7.fc34.src.rpm
Repository : fedora
Summary : Credential Management for DBIx::Class
URL : https://metacpan.org/release/DBIx-Class-Schema-Config
License : GPL+ or Artistic
Description : DBIx::Class::Schema::Config is a subclass of DBIx::Class::Schema that
: 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.