< Home - < Back

supybot


Information about the package, supybot, which is shipped with common Linux distributions. The supybot package is designed for, Cross-platform IRC bot written in Python.


Package Name:

supybot

Summary:

Cross-platform IRC bot written in Python

Description:

Supybot is a robust, user-friendly, and programmer-friendly Python IRC bot. It aims to be an adequate replacement for most existing IRC bots. It includes a very flexible and powerful ACL system for controlling access to commands, as well as more than 50 builtin plugins providing around 400 actual commands.

Architecture:

noarch

Version:

0.83.4.1

Release:

3.el6

Size:

854 k

Repository:

epel

From Repository:

Licence:

BSD and GPLv2



Handy Yum Commands for supybot


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


Command

Description of Command

yum install supybot

This command will install supybot on the server.

yum remove supybot

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

yum -y remove supybot

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

yum update supybot

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

yum -y update supybot

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

yum info supybot

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

yum deplist supybot

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

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