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

Last updated: October 05,2024

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

This is a short guide on how to install python3-asyncio-dgram.noarch on Fedora 36

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

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

This tutorial shows how to uninstall python3-asyncio-dgram.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:19:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-asyncio-dgram
Version : 1.1.1
Release : 5.fc36
Architecture : noarch
Size : 18 k
Source : python-asyncio-dgram-1.1.1-5.fc36.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.