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

Last updated: November 28,2024

1. Install "emacs-blacken.noarch" package

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

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

2. Uninstall "emacs-blacken.noarch" package

In this section, we are going to explain the necessary steps to uninstall emacs-blacken.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:22:01 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : emacs-blacken
Version : 0
Release : 0.10.20210406git880cf50.fc38
Architecture : noarch
Size : 13 k
Source : emacs-blacken-0-0.10.20210406git880cf50.fc38.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)