How to Install and Uninstall fparser.x86_64 Package on Fedora 39

Last updated: January 12,2025

1. Install "fparser.x86_64" package

Please follow the step by step instructions below to install fparser.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install fparser.x86_64

2. Uninstall "fparser.x86_64" package

This tutorial shows how to uninstall fparser.x86_64 on Fedora 39:

$ sudo dnf remove fparser.x86_64 $ sudo dnf autoremove

3. Information about the fparser.x86_64 package on Fedora 39

Last metadata expiration check: 3:22:29 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : fparser
Version : 4.5.2
Release : 25.fc39
Architecture : x86_64
Size : 162 k
Source : fparser-4.5.2-25.fc39.src.rpm
Repository : fedora
Summary : Function parser library for C++
URL : http://warp.povusers.org/FunctionParser/
License : LGPL-3.0-only
Description : This C++ library offers a class which can be used to parse and evaluate a
: mathematical function from a string (which might be for example requested
: from the user). The syntax of the function string is similar to
: mathematical expressions written in C/C++.