How to Install and Uninstall muParser.i686 Package on Fedora 35

Last updated: January 13,2025

1. Install "muParser.i686" package

Please follow the guidance below to install muParser.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install muParser.i686

2. Uninstall "muParser.i686" package

Please follow the step by step instructions below to uninstall muParser.i686 on Fedora 35:

$ sudo dnf remove muParser.i686 $ sudo dnf autoremove

3. Information about the muParser.i686 package on Fedora 35

Last metadata expiration check: 1:16:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : muParser
Version : 2.3.2
Release : 3.fc35
Architecture : i686
Size : 163 k
Source : muParser-2.3.2-3.fc35.src.rpm
Repository : fedora
Summary : A fast math parser library
URL : http://beltoforion.de/article.php?a=muparser
License : MIT
Description : Many applications require the parsing of mathematical expressions.
: The main objective of this project is to provide a fast and easy way
: of doing this. muParser is an extensible high performance math parser
: library. It is based on transforming an expression into a bytecode
: and precalculating constant parts of it.