How to Install and Uninstall python3-pyfeyn Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-pyfeyn" package

Please follow the guidance below to install python3-pyfeyn on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyfeyn

2. Uninstall "python3-pyfeyn" package

Please follow the guidelines below to uninstall python3-pyfeyn on openSUSE Leap:

$ sudo zypper remove python3-pyfeyn

3. Information about the python3-pyfeyn package on openSUSE Leap

Information for package python3-pyfeyn:
---------------------------------------
Repository : Main Repository
Name : python3-pyfeyn
Version : 1.0.0-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 326.1 KiB
Installed : No
Status : not installed
Source package : python-pyfeyn-1.0.0-bp155.2.14.src
Upstream URL : http://projects.hepforge.org/pyfeyn/
Summary : A Python library to help draw Feynman diagrams
Description :
PyFeyn is a package to programmaticaly draw Feynman diagrams. These
are important constructs in perturbative field theory, so being able
to draw them in a programmatic fashion is important if attempting to
enumerate a large number of diagram configurations is important.
PyFeyn can output into PDF or EPS. Special effects can be obtained by
using constructs from PyX, which PyFeyn is based around.