How to Install and Uninstall python3-curtsies.noarch Package on Fedora 35

Last updated: July 01,2024

1. Install "python3-curtsies.noarch" package

This guide let you learn how to install python3-curtsies.noarch on Fedora 35

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

2. Uninstall "python3-curtsies.noarch" package

Please follow the steps below to uninstall python3-curtsies.noarch on Fedora 35:

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

3. Information about the python3-curtsies.noarch package on Fedora 35

Last metadata expiration check: 4:28:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-curtsies
Version : 0.3.5
Release : 3.fc35
Architecture : noarch
Size : 73 k
Source : python-curtsies-0.3.5-3.fc35.src.rpm
Repository : fedora
Summary : Curses-like terminal wrapper, with colored strings
URL : https://github.com/bpython/curtsies
License : MIT
Description : Curtsies is curses-like terminal wrapper, can be to annotate portions
: of strings with terminal colors and formatting.
:
: Most terminals will display text in color if you use ANSI escape codes
: - curtsies makes rendering such text to the terminal easy. Curtsies
: assumes use of an VT-100 compatible terminal: unlike curses, it has no
: compatibility layer for other types of terminals.