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

Last updated: January 12,2025

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

This tutorial shows how to install perl-DBIx-DBSchema.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 0:55:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-DBIx-DBSchema
Version : 0.47
Release : 3.fc38
Architecture : noarch
Size : 66 k
Source : perl-DBIx-DBSchema-0.47-3.fc38.src.rpm
Repository : fedora
Summary : Database-independent schema objects
URL : https://metacpan.org/release/DBIx-DBSchema
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.