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

Last updated: October 06,2024

1. Install "python3-epc.noarch" package

In this section, we are going to explain the necessary steps to install python3-epc.noarch on Fedora 34

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

2. Uninstall "python3-epc.noarch" package

Please follow the step by step instructions below to uninstall python3-epc.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:41:26 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-epc
Version : 0.0.5
Release : 2.fc34
Architecture : noarch
Size : 62 k
Source : python-epc-0.0.5-2.fc34.src.rpm
Repository : fedora
Summary : EPC (RPC stack for Emacs Lisp) for Python
URL : https://python-epc.readthedocs.org/
License : GPLv3+
Description : EPC is an RPC stack for Emacs Lisp and Python-EPC is its server side and client
: side implementation in Python. Using Python-EPC, you can easily call Emacs Lisp
: functions from Python and Python functions from Emacs. For example, you can use
: Python GUI module to build widgets for Emacs.