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

Last updated: October 08,2024

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

Learn how to install perl-DBIx-DBSchema.noarch on Fedora 35

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

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

Learn how to uninstall perl-DBIx-DBSchema.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:14:25 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-DBIx-DBSchema
Version : 0.45
Release : 21.fc35
Architecture : noarch
Size : 64 k
Source : perl-DBIx-DBSchema-0.45-21.fc35.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.