How to Install and Uninstall perl-DBIx-DBSchema.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "perl-DBIx-DBSchema.noarch" package

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

$ sudo dnf update $ sudo dnf install perl-DBIx-DBSchema.noarch

2. Uninstall "perl-DBIx-DBSchema.noarch" package

Here is a brief guide to show you how to uninstall perl-DBIx-DBSchema.noarch on Fedora 34:

$ sudo dnf remove perl-DBIx-DBSchema.noarch $ sudo dnf autoremove

3. Information about the perl-DBIx-DBSchema.noarch package on Fedora 34

Last metadata expiration check: 0:32:48 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-DBIx-DBSchema
Version : 0.45
Release : 19.fc34
Architecture : noarch
Size : 65 k
Source : perl-DBIx-DBSchema-0.45-19.fc34.src.rpm
Repository : fedora
Summary : Database-independent schema objects
URL : https://metacpan.org/release/DBIx-DBSchema
License : GPL+ or Artistic
Description : DBIx::DBSchema objects are collections of DBIx::DBSchema::Table objects and
: represent a database schema.
:
: This module implements an OO-interface to database schemas. Using this module,
: you can create a database schema with an OO Perl interface. You can read the
: schema from an existing database. You can save the schema to disk and restore
: it a different process. Most importantly, DBIx::DBSchema can write SQL CREATE
: statements statements for different databases from a single source.
:
: Currently supported databases are MySQL and PostgreSQL.