How to Install and Uninstall python3-asyncio-dgram.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-asyncio-dgram.noarch" package

Please follow the steps below to install python3-asyncio-dgram.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-asyncio-dgram.noarch

2. Uninstall "python3-asyncio-dgram.noarch" package

Please follow the guidance below to uninstall python3-asyncio-dgram.noarch on Fedora 34:

$ sudo dnf remove python3-asyncio-dgram.noarch $ sudo dnf autoremove

3. Information about the python3-asyncio-dgram.noarch package on Fedora 34

Last metadata expiration check: 1:30:12 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-asyncio-dgram
Version : 1.1.1
Release : 2.fc34
Architecture : noarch
Size : 17 k
Source : python-asyncio-dgram-1.1.1-2.fc34.src.rpm
Repository : fedora
Summary : Higher level Datagram support for Asyncio
URL : https://github.com/jsbronder/asyncio-dgram
License : MIT
Description : The goal of this package is to make implementing common patterns that
: use datagrams simple and straight-forward while still supporting more
: esoteric options. This is done by taking an opinionated stance on the
: API that differs from parts of asyncio.