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

Last updated: November 25,2024

1. Install "python3-epc.noarch" package

Please follow the step by step instructions below to install python3-epc.noarch on Fedora 35

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

2. Uninstall "python3-epc.noarch" package

Please follow the guidelines below to uninstall python3-epc.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:12:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-epc
Version : 0.0.5
Release : 4.fc35
Architecture : noarch
Size : 62 k
Source : python-epc-0.0.5-4.fc35.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.