How to Install and Uninstall python3-migrate.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-migrate.noarch" package

In this section, we are going to explain the necessary steps to install python3-migrate.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-migrate.noarch

2. Uninstall "python3-migrate.noarch" package

Here is a brief guide to show you how to uninstall python3-migrate.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-migrate.noarch $ sudo dnf autoremove

3. Information about the python3-migrate.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:15:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-migrate
Version : 0.13.0
Release : 13.el9
Architecture : noarch
Size : 223 k
Source : python-migrate-0.13.0-13.el9.src.rpm
Repository : epel
Summary : Schema migration tools for SQLAlchemy
URL : https://github.com/openstack/sqlalchemy-migrate
License : MIT
Description : Schema migration tools for SQLAlchemy designed to support an agile approach
: to database design and make it easier to keep development and production
: databases in sync as schema changes are required. It allows you to manage
: database change sets and database repository versioning.