< Home - < Back

TurboGears2


Information about the package, TurboGears2, which is shipped with common Linux distributions. The TurboGears2 package is designed for, Next generation Front-to-back web development megaframework built.


Package Name:

TurboGears2

Summary:

Next generation Front-to-back web development megaframework built

Description:

TurboGears2, provides a comprehensive web development toolkit. It is designed to help you create the basic outline of a database-driven web application in minutes. TurboGears provides you with sane default for designer friendly templates, tools to make AJAX, and dynamic Javascript driven pages easy on both the browser side and the server side. TurboGears is a project that is built upon a foundation of reuse and building up. In retrospect, much of the code that was home grown in the TurboGears project should have been released as independent projects that integrate with TurboGears.

Architecture:

noarch

Version:

2.0.3

Release:

4.el6

Size:

150 k

Repository:

base

From Repository:

Licence:

MIT



Handy Yum Commands for TurboGears2


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


Command

Description of Command

yum install TurboGears2

This command will install TurboGears2 on the server.

yum remove TurboGears2

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

yum -y remove TurboGears2

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

yum update TurboGears2

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

yum -y update TurboGears2

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

yum info TurboGears2

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

yum deplist TurboGears2

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

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