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

Last updated: October 04,2024

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

In this section, we are going to explain the necessary steps to install emacs-python-environment.noarch on Fedora 38

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

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

This guide covers the steps necessary to uninstall emacs-python-environment.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:45:33 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : emacs-python-environment
Version : 0.0.2
Release : 6.fc38
Architecture : noarch
Size : 13 k
Source : emacs-python-environment-0.0.2-6.fc38.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.