< Home - < Back

trac10


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


Package Name:

trac10

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:

1.0.4

Release:

1.el6

Size:

2.3 M

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for trac10


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


Command

Description of Command

yum install trac10

This command will install trac10 on the server.

yum remove trac10

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

yum -y remove trac10

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

yum update trac10

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

yum -y update trac10

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

yum info trac10

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

yum deplist trac10

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

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