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

Last updated: December 16,2024

1. Install "emacs-blacken.noarch" package

This tutorial shows how to install emacs-blacken.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 0:51:11 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : emacs-blacken
Version : 0
Release : 0.7.20210406git880cf50.fc35
Architecture : noarch
Size : 13 k
Source : emacs-blacken-0-0.7.20210406git880cf50.fc35.src.rpm
Repository : fedora
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)