How to Install and Uninstall python3-aiocmd.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python3-aiocmd.noarch" package

This guide let you learn how to install python3-aiocmd.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-aiocmd.noarch" package

Please follow the guidelines below to uninstall python3-aiocmd.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-aiocmd.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:44:05 ago on Sun May 9 13:03:46 2021.
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.