How to Install and Uninstall python3-alembic.noarch Package on Fedora 34
Last updated: January 10,2025
1. Install "python3-alembic.noarch" package
In this section, we are going to explain the necessary steps to install python3-alembic.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-alembic.noarch
Copied
2. Uninstall "python3-alembic.noarch" package
This is a short guide on how to uninstall python3-alembic.noarch on Fedora 34:
$
sudo dnf remove
python3-alembic.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-alembic.noarch package on Fedora 34
Last metadata expiration check: 1:15:02 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-alembic
Version : 1.5.5
Release : 1.fc34
Architecture : noarch
Size : 741 k
Source : python-alembic-1.5.5-1.fc34.src.rpm
Repository : fedora
Summary : Database migration tool for SQLAlchemy
URL : https://pypi.io/project/alembic
License : MIT
Description : Alembic is a new database migrations tool, written by the author of
: SQLAlchemy. A migrations tool offers the following functionality:
:
: * Can emit ALTER statements to a database in order to change the structure
: of tables and other constructs.
: * Provides a system whereby "migration scripts" may be constructed; each script
: indicates a particular series of steps that can "upgrade" a target database
: to a new version, and optionally a series of steps that can "downgrade"
: similarly, doing the same steps in reverse.
: * Allows the scripts to execute in some sequential manner.
:
: Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
Available Packages
Name : python3-alembic
Version : 1.5.5
Release : 1.fc34
Architecture : noarch
Size : 741 k
Source : python-alembic-1.5.5-1.fc34.src.rpm
Repository : fedora
Summary : Database migration tool for SQLAlchemy
URL : https://pypi.io/project/alembic
License : MIT
Description : Alembic is a new database migrations tool, written by the author of
: SQLAlchemy. A migrations tool offers the following functionality:
:
: * Can emit ALTER statements to a database in order to change the structure
: of tables and other constructs.
: * Provides a system whereby "migration scripts" may be constructed; each script
: indicates a particular series of steps that can "upgrade" a target database
: to a new version, and optionally a series of steps that can "downgrade"
: similarly, doing the same steps in reverse.
: * Allows the scripts to execute in some sequential manner.
:
: Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/