< Home - < Back

rt3


Information about the package, rt3, which is shipped with common Linux distributions. The rt3 package is designed for, Request tracker 3.


Package Name:

rt3

Summary:

Request tracker 3

Description:

RT is an enterprise-grade ticketing system which enables a group of people to intelligently and efficiently manage tasks, issues, and requests submitted by a community of users.

Architecture:

noarch

Version:

3.8.13

Release:

1.el6.2

Size:

2.4 M

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for rt3


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


Command

Description of Command

yum install rt3

This command will install rt3 on the server.

yum remove rt3

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

yum -y remove rt3

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

yum update rt3

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

yum -y update rt3

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

yum info rt3

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

yum deplist rt3

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

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