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

Last updated: October 05,2024

1. Install "python3-elpy.noarch" package

Here is a brief guide to show you how to install python3-elpy.noarch on Fedora 34

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

2. Uninstall "python3-elpy.noarch" package

Please follow the guidance below to uninstall python3-elpy.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:43:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-elpy
Version : 1.34.0
Release : 3.fc34
Architecture : noarch
Size : 90 k
Source : python-elpy-1.34.0-3.fc34.src.rpm
Repository : fedora
Summary : Backend for the elpy Emacs mode
URL : https://github.com/jorgenschaefer/elpy
License : GPLv3
Description :
: The Emacs Lisp Python Environment.Elpy is a mode for Emacs to support writing
: Python code. This package provides the backend within Python to support auto-
: completion, documentation extraction, and navigation.Emacs will start the
: protocol by running the module itself, like so: python -m elpyThis will emit a
: greeting string on a single line, and then wait for the protocol to start.
: Details of...