How to Install and Uninstall python3-sqlalchemy-collectd.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "python3-sqlalchemy-collectd.noarch" package

This is a short guide on how to install python3-sqlalchemy-collectd.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sqlalchemy-collectd.noarch

2. Uninstall "python3-sqlalchemy-collectd.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-sqlalchemy-collectd.noarch on Fedora 34:

$ sudo dnf remove python3-sqlalchemy-collectd.noarch $ sudo dnf autoremove

3. Information about the python3-sqlalchemy-collectd.noarch package on Fedora 34

Last metadata expiration check: 5:24:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-sqlalchemy-collectd
Version : 0.0.4
Release : 8.fc34
Architecture : noarch
Size : 65 k
Source : python-sqlalchemy-collectd-0.0.4-8.fc34.src.rpm
Repository : fedora
Summary : Send database connection pool stats to collectd
URL : https://github.com/sqlalchemy/sqlalchemy-collectd
License : MIT
Description : sqlalchemy-collectd Send statistics on SQLAlchemy <>_ connection and
: transaction metrics used by Python applications to the collectd <
: service.sqlalchemy-collectd works as a SQLAlchemy plugin invoked via the
: database URL, so can be used in any SQLAlchemy application (1.1 or greater)
: that accepts arbitrary connection URLs. The plugin is loaded using setuptools
: entrypoints and no code changes...