< Home - < Back

ctags


Information about the package, ctags, which is shipped with common Linux distributions. The ctags package is designed for, A C programming language indexing and/or cross-reference tool.


Package Name:

ctags

Summary:

A C programming language indexing and/or cross-reference tool

Description:

Ctags generates an index (or tag) file of C language objects found in C source and header files. The index makes it easy for text editors or other utilities to locate the indexed items. Ctags can also generate a cross reference file which lists information about the various objects found in a set of C language files in human readable form. Exuberant Ctags improves on ctags because it can find all types of C language tags, including macro definitions, enumerated values (values inside enum{...}), function and method definitions, enum/struct/union tags, external function prototypes, typedef names and variable declarations. Exuberant Ctags is far less likely to be fooled by code containing #if preprocessor conditional constructs than ctags. Exuberant ctags supports output of Emacs style TAGS files and can be used to print out a list of selected objects found in source files. Install ctags if you are going to use your system for C programming.

Architecture:

x86_64

Version:

5.8

Release:

2.el6

Size:

147 k

Repository:

base

From Repository:

Licence:

GPLv2+ or Public Domain



Handy Yum Commands for ctags


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


Command

Description of Command

yum install ctags

This command will install ctags on the server.

yum remove ctags

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

yum -y remove ctags

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

yum update ctags

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

yum -y update ctags

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

yum info ctags

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

yum deplist ctags

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

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