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

Last updated: November 01,2024

1. Install "python3-prompt-toolkit.noarch" package

This is a short guide on how to install python3-prompt-toolkit.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-prompt-toolkit.noarch

2. Uninstall "python3-prompt-toolkit.noarch" package

This is a short guide on how to uninstall python3-prompt-toolkit.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-prompt-toolkit.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 8:00:29 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-prompt-toolkit
Version : 2.0.10
Release : 1.el8
Architecture : noarch
Size : 605 k
Source : python-prompt-toolkit-2.0.10-1.el8.src.rpm
Repository : epel
Summary : Library for building powerful interactive command lines in Python
URL : https://github.com/prompt-toolkit/python-prompt-toolkit
License : BSD
Description : prompt_toolkit is a library for building powerful interactive command lines and
: terminal applications in Python.