< Home - < Back

pss


Information about the package, pss, which is shipped with common Linux distributions. The pss package is designed for, A power-tool for searching inside source code files.


Package Name:

pss

Summary:

A power-tool for searching inside source code files

Description:

pss is a power-tool for searching inside source code files. pss searches recursively within a directory tree, knows which extensions and file names to search and which to ignore, automatically skips directories you wouldn't want to search in (for example .svn or .git), colors its output in a helpful way, and does much more.

Architecture:

noarch

Version:

1.38

Release:

1.el6

Size:

48 k

Repository:

epel

From Repository:

Licence:

Public Domain



Handy Yum Commands for pss


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


Command

Description of Command

yum install pss

This command will install pss on the server.

yum remove pss

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

yum -y remove pss

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

yum update pss

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

yum -y update pss

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

yum info pss

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

yum deplist pss

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

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