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

Last updated: October 08,2024

1. Install "python3-elpy.noarch" package

This guide let you learn how to install python3-elpy.noarch on Fedora 36

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

2. Uninstall "python3-elpy.noarch" package

This tutorial shows how to uninstall python3-elpy.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:40:56 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-elpy
Version : 1.34.0
Release : 6.fc36
Architecture : noarch
Size : 91 k
Source : python-elpy-1.34.0-6.fc36.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...