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

Last updated: October 05,2024

1. Install "fparser.x86_64" package

Please follow the steps below to install fparser.x86_64 on Fedora 34

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

$ sudo dnf remove fparser.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:01:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : fparser
Version : 4.5.2
Release : 14.fc34
Architecture : x86_64
Size : 165 k
Source : fparser-4.5.2-14.fc34.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++.