How to Install and Uninstall python-asyncpg-doc.noarch Package on Fedora 35

Last updated: July 05,2024

1. Install "python-asyncpg-doc.noarch" package

Please follow the steps below to install python-asyncpg-doc.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python-asyncpg-doc.noarch

2. Uninstall "python-asyncpg-doc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python-asyncpg-doc.noarch on Fedora 35:

$ sudo dnf remove python-asyncpg-doc.noarch $ sudo dnf autoremove

3. Information about the python-asyncpg-doc.noarch package on Fedora 35

Last metadata expiration check: 0:52:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python-asyncpg-doc
Version : 0.23.0
Release : 22.fc35
Architecture : noarch
Size : 293 k
Source : python-asyncpg-0.23.0-22.fc35.src.rpm
Repository : updates
Summary : Documentation for python-asyncpg
URL : https://github.com/MagicStack/asyncpg
License : ASL 2.0
Description : asyncpg is a database interface library designed specifically for PostgreSQL
: and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL
: server binary protocol for use with Python’s asyncio framework. You can read
: more about asyncpg in an introductory blog post
: http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/.