< Home - < Back

gmp


Information about the package, gmp, which is shipped with common Linux distributions. The gmp package is designed for, A GNU arbitrary precision library.


Package Name:

gmp

Summary:

A GNU arbitrary precision library

Description:

The gmp package contains GNU MP, a library for arbitrary precision arithmetic, signed integers operations, rational numbers and floating point numbers. GNU MP is designed for speed, for both small and very large operands. GNU MP is fast because it uses fullwords as the basic arithmetic type, it uses fast algorithms, it carefully optimizes assembly code for many CPUs' most common inner loops, and it generally emphasizes speed over simplicity/elegance in its operations. Install the gmp package if you need a fast arbitrary precision library.

Architecture:

x86_64

Version:

4.3.1

Release:

12.el6

Size:

642 k

Repository:

installed

From Repository:

base

Licence:

LGPLv2+ and GPLv3+ and LGPLv3+



Handy Yum Commands for gmp


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


Command

Description of Command

yum install gmp

This command will install gmp on the server.

yum remove gmp

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

yum -y remove gmp

This command will un-install gmp 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 gmp when using the -y flag.

yum update gmp

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

yum -y update gmp

This command will update gmp 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 gmp when using the -y flag.

yum info gmp

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

yum deplist gmp

This command will show you the dependencies for gmp. 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 gmp

This command will check if there is an update waiting on gmp. 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.