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

Last updated: May 21,2024

1. Install "python3-tpfd" package

Please follow the steps below to install python3-tpfd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tpfd

2. Uninstall "python3-tpfd" package

In this section, we are going to explain the necessary steps to uninstall python3-tpfd on openSUSE Leap:

$ sudo zypper remove python3-tpfd

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

Information for package python3-tpfd:
-------------------------------------
Repository : Main Repository
Name : python3-tpfd
Version : 0.2.4-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 20.6 KiB
Installed : No
Status : not installed
Source package : python-tpfd-0.2.4-bp155.2.10.src
Upstream URL : https://github.com/erinxocon/tpfd
Summary : Text Parsing Function Dispatcher
Description :
TPFD (Text Parsing Function Dispatcher) is an easy way to parse strings and execute
functions depending on their contents.
Inspired by Flask and using Parse under the hood, TPFD allows you to decorate functions
with grammar rules and if a pattern that matches one of your grammar rules is found,
the function will be run with a set of keyword arguments you've specified passed to it!
Great for parsing logs and executing macros on what it finds!