How to Install and Uninstall emacs-blacken.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "emacs-blacken.noarch" package

Please follow the step by step instructions below to install emacs-blacken.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install emacs-blacken.noarch

2. Uninstall "emacs-blacken.noarch" package

This guide covers the steps necessary to uninstall emacs-blacken.noarch on Fedora 34:

$ sudo dnf remove emacs-blacken.noarch $ sudo dnf autoremove

3. Information about the emacs-blacken.noarch package on Fedora 34

Last metadata expiration check: 2:48:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : emacs-blacken
Version : 0
Release : 0.6.20210406git880cf50.fc34
Architecture : noarch
Size : 13 k
Source : emacs-blacken-0-0.6.20210406git880cf50.fc34.src.rpm
Repository : updates
Summary : Python Black for Emacs
URL : https://github.com/pythonic-emacs/blacken
License : GPLv3+
Description : Blacken uses black to format a Python buffer. It can be called explicitly on a
: certain buffer, but more conveniently, a minor-mode 'blacken-mode' is provided
: that turns on automatically running black on a buffer before saving.
:
: To automatically format all Python buffers before saving, add the function
: blacken-mode to python-mode-hook:
:
: (add-hook 'python-mode-hook 'blacken-mode)