How to Install and Uninstall python3-aiocmd.noarch Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "python3-aiocmd.noarch" package

Please follow the steps below to install python3-aiocmd.noarch on Oracle Linux 8

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

2. Uninstall "python3-aiocmd.noarch" package

This guide let you learn how to uninstall python3-aiocmd.noarch on Oracle Linux 8:

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

3. Information about the python3-aiocmd.noarch package on Oracle Linux 8

Last metadata expiration check: 4:22:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-aiocmd
Version : 0.1.2
Release : 1.el8
Architecture : noarch
Size : 18 k
Source : python-aiocmd-0.1.2-1.el8.src.rpm
Repository : epel
Summary : Coroutine-based CLI generator using prompt_toolkit
URL : http://github.com/KimiNewt/aiocmd
License : MIT
Description : Coroutine-based CLI generator using prompt_toolkit, similarly to the built-in
: cmd module.