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

Last updated: September 28,2024

1. Install "python3-aiorestapi.noarch" package

This tutorial shows how to install python3-aiorestapi.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-aiorestapi.noarch

2. Uninstall "python3-aiorestapi.noarch" package

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

$ sudo dnf remove python3-aiorestapi.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:51:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-aiorestapi
Version : 0.1.1
Release : 4.fc34
Architecture : noarch
Size : 16 k
Source : python-aiorestapi-0.1.1-4.fc34.src.rpm
Repository : fedora
Summary : Rapid rest resources for aiohttp
URL : https://github.com/aiselis/aiorestapi
License : ASL 2.0
Description : aiorestapi allows you to quickly create a rest resource in a few steps. It
: automatically creates the resource routes on the collections or individual
: items; it's simply to specify the suffix '_collection' or '_item' on the
: methods. The serialization/deserialization of results/requests occurs
: transparently using python dictionaries.