< Home - < Back

agrep


Information about the package, agrep, which is shipped with common Linux distributions. The agrep package is designed for, Approximate grep utility.


Package Name:

agrep

Summary:

Approximate grep utility

Description:

The agrep tool is similar to the commonly used grep utility, but agrep can be used to search for approximate matches. The agrep tool searches text input for lines (or records separated by strings matching arbitrary regexps) that contain an approximate, or fuzzy, match to a specified regexp, and prints the matching lines. Limits can be set on how many errors of each kind are allowed, or only the best matching lines can be output. Unlike other agrep implementations, TRE agrep allows full POSIX regexps of any length, any number of errors, and non-uniform costs.

Architecture:

x86_64

Version:

0.7.6

Release:

3.el6

Size:

16 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for agrep


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


Command

Description of Command

yum install agrep

This command will install agrep on the server.

yum remove agrep

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

yum -y remove agrep

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

yum update agrep

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

yum -y update agrep

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

yum info agrep

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

yum deplist agrep

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

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