< Home - < Back

opengrok


Information about the package, opengrok, which is shipped with common Linux distributions. The opengrok package is designed for, Source browser and indexer.


Package Name:

opengrok

Summary:

Source browser and indexer

Description:

OpenGrok is a fast and usable source code search and cross reference engine, written in Java. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like SCCS, RCS, CVS, Subversion and Mercurial.

Architecture:

noarch

Version:

0.9

Release:

1.el6

Size:

672 k

Repository:

epel

From Repository:

Licence:

CDDL



Handy Yum Commands for opengrok


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


Command

Description of Command

yum install opengrok

This command will install opengrok on the server.

yum remove opengrok

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

yum -y remove opengrok

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

yum update opengrok

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

yum -y update opengrok

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

yum info opengrok

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

yum deplist opengrok

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

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