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

Last updated: November 28,2024

1. Install "fparser.x86_64" package

This guide covers the steps necessary to install fparser.x86_64 on Fedora 36

$ 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 36:

$ sudo dnf remove fparser.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:54:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : fparser
Version : 4.5.2
Release : 16.fc36
Architecture : x86_64
Size : 160 k
Source : fparser-4.5.2-16.fc36.src.rpm
Repository : fedora
Summary : Function parser library for C++
URL : http://warp.povusers.org/FunctionParser/
License : LGPLv3
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++.