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

Last updated: September 19,2024

1. Install "python3-aiocmd.noarch" package

Please follow the guidance below to install python3-aiocmd.noarch on Rocky Linux 8

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

2. Uninstall "python3-aiocmd.noarch" package

Please follow the step by step instructions below to uninstall python3-aiocmd.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 2:28:11 ago on Mon Sep 12 10:27:18 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.