< Home - < Back

drupal6-devel


Information about the package, drupal6-devel, which is shipped with common Linux distributions. The drupal6-devel package is designed for, Various blocks, pages, and functions for developers.


Package Name:

drupal6-devel

Summary:

Various blocks, pages, and functions for developers

Description:

A suite of modules containing fun for module developers and themers. Devel * Helper functions for Drupal developers and inquisitive admins. This module can print a summary of all database queries for each page request at the bottom of each page. The summary includes how many times each query was executed on a page (shouldn't run same query multiple times), and how long each query took (short is good - use cache for complex queries). * Also a dprint_r($array) function is provided, which pretty prints arrays. Useful during development. Similarly, a ddebug_backtrace() is offerred. * much more. See this helpful demo page (http://ratatosk.net/drupal/tutorials/debugging-drupal.html). Generate content * Accelerate development of your site or module by quickly generating nodes, comments, terms, users, and more. Devel Node Access (DNA) * View the node access entries for the node(s) that are shown on a page. Essential for developers of node access modules and useful for site admins in debugging problems with those modules. Optional: * XHProf (php-pecl-xhprof) This package provides the following Drupal modules: * devel * devel_generate * devel_node_access

Architecture:

noarch

Version:

1.28

Release:

1.el6

Size:

115 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for drupal6-devel


Control the drupal6-devel package with the following handy commands outlined below.


Command

Description of Command

yum install drupal6-devel

This command will install drupal6-devel on the server.

yum remove drupal6-devel

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

yum -y remove drupal6-devel

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

yum update drupal6-devel

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

yum -y update drupal6-devel

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

yum info drupal6-devel

This command will show you core information about the drupal6-devel package.

yum deplist drupal6-devel

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

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