< Home - < Back

python-taboot


Information about the package, python-taboot, which is shipped with common Linux distributions. The python-taboot package is designed for, Client utility for scripted multi-system administration over Func.


Package Name:

python-taboot

Summary:

Client utility for scripted multi-system administration over Func

Description:

Tool for managing and executing tasks related to software releases and system administration via customizable YAML scripts. A library of prewritten tasks is built in so you can get started immediately. Taboot uses Func for inter-system communication, eliminating hacky ssh commands and the overhead associated with key management. Taboot can be extended by writing your Func modules and tasks in Python.

Architecture:

noarch

Version:

0.4.0

Release:

1.el6

Size:

105 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for python-taboot


Control the python-taboot package with the following handy commands outlined below.


Command

Description of Command

yum install python-taboot

This command will install python-taboot on the server.

yum remove python-taboot

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

yum -y remove python-taboot

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

yum update python-taboot

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

yum -y update python-taboot

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

yum info python-taboot

This command will show you core information about the python-taboot package.

yum deplist python-taboot

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

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