How to Install and Uninstall python3-pyls_black.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-pyls_black.noarch" package

This is a short guide on how to install python3-pyls_black.noarch on Fedora 34

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

2. Uninstall "python3-pyls_black.noarch" package

Please follow the guidelines below to uninstall python3-pyls_black.noarch on Fedora 34:

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

3. Information about the python3-pyls_black.noarch package on Fedora 34

Last metadata expiration check: 1:36:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pyls_black
Version : 0.4.6
Release : 2.fc34
Architecture : noarch
Size : 15 k
Source : python-pyls_black-0.4.6-2.fc34.src.rpm
Repository : fedora
Summary : Black plugin for the Python Language Server
URL : https://github.com/rupert/pyls-black
License : MIT
Description :
: Black plugin for the Python Language Server. pyls-black can either format an
: entire file or just the selected text. The code will only be formatted if
: it is syntactically valid Python. Text selections are treated as if they
: were a separate Python file.