< Home - < Back

pybugz


Information about the package, pybugz, which is shipped with common Linux distributions. The pybugz package is designed for, Command line interface for Bugzilla written in Python.


Package Name:

pybugz

Summary:

Command line interface for Bugzilla written in Python

Description:

Pybugz was conceived as a tool to speed up the work-flow for Gentoo Linux contributors when dealing with bugs using Bugzilla. By avoiding the clunky web interface, the user can search, isolate and contribute to the project very quickly. Developers alike can easily extract attachments and close bugs comfortably from the command line.

Architecture:

noarch

Version:

0.10

Release:

4.git683dd.el6

Size:

41 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for pybugz


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


Command

Description of Command

yum install pybugz

This command will install pybugz on the server.

yum remove pybugz

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

yum -y remove pybugz

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

yum update pybugz

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

yum -y update pybugz

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

yum info pybugz

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

yum deplist pybugz

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

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