How to Install and Uninstall ptpython3.noarch Package on Fedora 34

Last updated: May 20,2024

1. Install "ptpython3.noarch" package

Please follow the guidelines below to install ptpython3.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install ptpython3.noarch

2. Uninstall "ptpython3.noarch" package

Here is a brief guide to show you how to uninstall ptpython3.noarch on Fedora 34:

$ sudo dnf remove ptpython3.noarch $ sudo dnf autoremove

3. Information about the ptpython3.noarch package on Fedora 34

Last metadata expiration check: 1:01:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ptpython3
Version : 3.0.2
Release : 4.fc34
Architecture : noarch
Size : 98 k
Source : ptpython-3.0.2-4.fc34.src.rpm
Repository : fedora
Summary : Python REPL build on top of prompt_toolkit
URL : https://github.com/prompt-toolkit/ptpython
License : BSD
Description : Ptpython is an advanced Python REPL built on top of the prompt_toolkit library.
: It features syntax highlighting, multiline editing (the up arrow works),
: autocompletion, mouse support, support for color schemes, support for bracketed
: paste, both Vi and Emacs key bindings, support for double width (Chinese)
: characters, and many other things.