How to Install and Uninstall emacs-python-environment.noarch Package on Fedora 39

Last updated: November 28,2024

1. Install "emacs-python-environment.noarch" package

This guide covers the steps necessary to install emacs-python-environment.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install emacs-python-environment.noarch

2. Uninstall "emacs-python-environment.noarch" package

Please follow the step by step instructions below to uninstall emacs-python-environment.noarch on Fedora 39:

$ sudo dnf remove emacs-python-environment.noarch $ sudo dnf autoremove

3. Information about the emacs-python-environment.noarch package on Fedora 39

Last metadata expiration check: 3:53:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : emacs-python-environment
Version : 0.0.2
Release : 7.fc39
Architecture : noarch
Size : 13 k
Source : emacs-python-environment-0.0.2-7.fc39.src.rpm
Repository : fedora
Summary : Python virtualenv API for Emacs Lisp
URL : https://github.com/tkf/emacs-python-environment/
License : GPLv3+
Description : Emacs integrates well with external tools written in languages other than Emacs
: Lisp and thus use of these tools should be encouraged. However, many people try
: to avoid using non-Emacs Lisp software tools since it makes installation of
: their Emacs plugin hard. python-environment.el solves this problem (only for the
: case the tool is written in Python) by providing virtualenv API in Emacs Lisp so
: that you can automate installation of tools written in Python.