How to Install and Uninstall python3-textwrap3.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "python3-textwrap3.noarch" package

Please follow the steps below to install python3-textwrap3.noarch on Fedora 36

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

2. Uninstall "python3-textwrap3.noarch" package

Please follow the step by step instructions below to uninstall python3-textwrap3.noarch on Fedora 36:

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

3. Information about the python3-textwrap3.noarch package on Fedora 36

Last metadata expiration check: 1:11:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-textwrap3
Version : 0.9.2
Release : 6.fc36
Architecture : noarch
Size : 21 k
Source : python-textwrap3-0.9.2-6.fc36.src.rpm
Repository : fedora
Summary : Text wrap backport
URL : https://github.com/jonathaneunice/textwrap3
License : Python
Description : textwrap3 is a compatibility back-port of Python 3.6’s textwrap module. This
: makes a few new APIs such as shorten and the max_lines parameter available
: in a compatible way to all Python versions typically in current use.