How to Install and Uninstall fparser-devel Package on openSUSE Leap

Last updated: May 19,2024

1. Install "fparser-devel" package

Please follow the guidelines below to install fparser-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install fparser-devel

2. Uninstall "fparser-devel" package

This tutorial shows how to uninstall fparser-devel on openSUSE Leap:

$ sudo zypper remove fparser-devel

3. Information about the fparser-devel package on openSUSE Leap

Information for package fparser-devel:
--------------------------------------
Repository : Main Repository
Name : fparser-devel
Version : 4.5.2-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.5 KiB
Installed : No
Status : not installed
Source package : fparser-4.5.2-bp155.2.13.src
Upstream URL : http://warp.povusers.org/FunctionParser/
Summary : Development files for libfparser
Description :
This C++ library offers a class which can be used to parse and
evaluate a mathematical function from a string (which might be e.g.
requested from the user). The syntax of the function string is
similar to mathematical expressions written in C/C++ (the exact
syntax is specified later in this document). The function can then be
evaluated with different values of variables.
For example, a function like "sin(sqrt(x*x+y*y))" can be parsed from
a string (either std::string or a C-style string) and then evaluated
with different values of x and y. This library can be useful for
evaluating user-inputted functions, or in some cases interpreting
mathematical expressions in a scripting language.

5. The same packages on other Linux Distributions