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

Last updated: May 17,2024

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

Please follow the guidance below to install python3-sqlalchemy-collectd.noarch on Fedora 36

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

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

This tutorial shows how to uninstall python3-sqlalchemy-collectd.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:02:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-sqlalchemy-collectd
Version : 0.0.7
Release : 3.fc36
Architecture : noarch
Size : 78 k
Source : python-sqlalchemy-collectd-0.0.7-3.fc36.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...