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

Last updated: September 28,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 34

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

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

Please follow the guidance below to uninstall emacs-python-environment.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:58:13 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : emacs-python-environment
Version : 0.0.2
Release : 2.fc34
Architecture : noarch
Size : 13 k
Source : emacs-python-environment-0.0.2-2.fc34.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.