< Home - < Back

muParser


Information about the package, muParser, which is shipped with common Linux distributions. The muParser package is designed for, A fast math parser library.


Package Name:

muParser

Summary:

A fast math parser library

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.

Architecture:

x86_64

Version:

2.2.2

Release:

1.el6

Size:

121 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for muParser


Control the muParser package with the following handy commands outlined below.


Command

Description of Command

yum install muParser

This command will install muParser on the server.

yum remove muParser

This command will un-install muParser on the server. When you run this command, you will be asked if you are sure that you want to remove muParser, so you have to manually confirm that you want to do this.

yum -y remove muParser

This command will un-install muParser on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove muParser when using the -y flag.

yum update muParser

This command will update muParser to the latest version. When you run this command, you will be asked if you are sure that you want to remove muParser, so you have to manually confirm that you want to do this.

yum -y update muParser

This command will update muParser to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove muParser when using the -y flag.

yum info muParser

This command will show you core information about the muParser package.

yum deplist muParser

This command will show you the dependencies for muParser. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update muParser

This command will check if there is an update waiting on muParser. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.