< Home - < Back

trac


Information about the package, trac, which is shipped with common Linux distributions. The trac package is designed for, Enhanced wiki and issue tracking system.


Package Name:

trac

Summary:

Enhanced wiki and issue tracking system

Description:

Trac is an integrated system for managing software projects, an enhanced wiki, a flexible web-based issue tracker, and an interface to the Subversion revision control system. At the core of Trac lies an integrated wiki and issue/bug database. Using wiki markup, all objects managed by Trac can directly link to other issues/bug reports, code changesets, documentation and files. Around the core lies other modules, providing additional features and tools to make software development more streamlined and effective.

Architecture:

noarch

Version:

0.12.5

Release:

1.el6

Size:

1.9 M

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for trac


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


Command

Description of Command

yum install trac

This command will install trac on the server.

yum remove trac

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

yum -y remove trac

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

yum update trac

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

yum -y update trac

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

yum info trac

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

yum deplist trac

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

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